본문 바로가기

Linux

파티션, 파일 시스템, 영구 마운트 추가 디스크 파티셔닝 디스크 파티셔닝을 사용하면 하드 디스크를 파티션이라고 하는 여러 개의 논리 스토리지 단위로 나눌 수 있음. 디스크 파티셔닝이 필요하거나 유용한 상황 애플리케이션 또는 사용자가 사용할 수 있는 공간을 제한 동일한 디스크에서 여러 운영 체제를 부팅할 수 있음 사용자 파일에서 운영 체제와 프로그램 파일을 구분 OS 가상 메모리 스왑에 대해 별도 영역을 만듬 디스크 사용을 제한하여 진단 도구 및 백업 이미징의 성능을 향상 MBR 파티션 스키마 1982년 이후 MBR(Master Boot Record) 파티션 스키마에 BIOS 펌웨어를 실행하는 시스템에서 디스크 파티션 방식이 지정 최대 네 개의 주 파티션을 지원 Linux 시스템에서 관리자는 확장 및 논리 파티션을 사용하여 최대 15개의 파티션을.. 더보기
File system mount & unmount 파일 시스템을 직접 마운트하기 mount 명령은 다음 두 가지 방법 중 하나로 File system 인수를 예상 - /dev에 상주하며 File system이 위치한 파티션의 장치 파일 - File system의 고유한 전역 식별자인 UUID blkid File system이 위치한 기존 파티션 및 File system의 UUID 그리고 파티션을 Format 하는 데 사용되는 파일 시스템에 대한 개요를 제공 [root@ip-172-31-27-55 ~]# blkid /dev/xvda1: LABEL="/" UUID="4c43efdc-89d1-4223-ae2c-8e76713be7e0" TYPE="ext4" 파일 시스템에 포함된 파티션의 장치 파일에 따라 마운트 [root@ip-172-31-27-55 ~]#mo.. 더보기
File system mount & unmount 파일 시스템을 직접 마운트하기 mount 명령은 다음 두 가지 방법 중 하나로 File system 인수를 예상 - /dev에 상주하며 File system이 위치한 파티션의 장치 파일 - File system의 고유한 전역 식별자인 UUID blkid File system이 위치한 기존 파티션 및 File system의 UUID 그리고 파티션을 Format 하는 데 사용되는 파일 시스템에 대한 개요를 제공 [root@ip-172-31-27-55 ~]# blkid /dev/xvda1: LABEL="/" UUID="4c43efdc-89d1-4223-ae2c-8e76713be7e0" TYPE="ext4" 파일 시스템에 포함된 파티션의 장치 파일에 따라 마운트 [root@ip-172-31-27-55 ~]#mo.. 더보기
yum 소프트웨어 리포지토리 활성화 Red Hat 소프트웨어 리포지토리 활성화 yum repolist all 사용가능한 Repogitory list up [root@ip-172-31-27-55 ~]# yum repolist all Loaded plugins: priorities, update-motd, upgrade-helper repo id repo name status !amzn-main/latest amzn-main-Base enabled: 5,302 amzn-main-debuginfo/latest amzn-main-debuginfo disabled amzn-nosrc/latest amzn-nosrc-Base disabled amzn-preview/latest amzn-preview-Base disabled amzn-preview-d.. 더보기
yum을 사용하여 소프트웨어 업데이트 관리 yum command 작업 명령 설치되어 사용 가능한 패키지를 이름으로 나영 yum list [NAME-PATTERN] 설치되어 사용 가능한 그룹을 나열 yum grouplist 패키지를 키워드로 검색 yum search KEYWORD 패키지 세부 정보를 표시 yum info PACKAGENAME 패키지를 설치 yum install PACKAGENAME 패키지 그룹을 설치 yum groupinstall "GROUPNAME" 모든 패키지를 업데이트 yum update 패키지를 제거 yum remove PACKAGENAME 트랜잭션 내역을 표시 yum history yum을 사용하여 소프트웨어 찾기 yum help 사용 할 수 있는 Command 및 Option 표시 yum list 설치되어 있거나 설치 가.. 더보기
Language Configuration In GNOME desktop environment #gnome-control-center-region or Click User > Settings at top of the menu bar Edit ~/.bashrc to use same environment as GNOME GUI environment when using SSH Terminal i=$(grep 'Language=' /var/lib/AccountService/users/${USER} \ | sed 's/Language=//') if [ "$i" != "" ]; then export LANG=$i fi Particular Language Setting #LANG=fr_FR.utf8 date Change total system language.. 더보기
Creating persistent mounts with file system labels [root@localhost dev]# fdisk /dev/xvdfWelcome to fdisk (util-linux 2.23.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): n Partition type: p primary (0 primary, 0 extended, 4 free) e extended Select (default p): Using default response p Partition number (1-4, default 1): First sector (2048-2097151, default 204.. 더보기
Quiz: Configure local storage 1. What is the limit for primary partitions when using the MBR partition type? Result: Correct Correct Answer(s): 4 2. For an MBR partition, what is the max disk size a partition can be? Result: Incorrect Correct Answer(s): 2TiB 3. How many primary partitions can a GPT partition table have? Result: Incorrect Correct Answer(s): 128 4. Which tool would you use to mange GPT based partitions? Result.. 더보기
Controlling the SCSI Command Timer and Device Status The Linux SCSI layer sets a timer on each command. When this timer expires, the SCSI layer will quiesce the host bus adapter (HBA) and wait for all outstanding commands to either time out or complete. Afterwards, the SCSI layer will activate the driver's error handler.When the error handler is triggered, it attempts the following operations in order (until one successfully executes):Abort the co.. 더보기
scsi_id examples on RHEL6 scsi_id examples in RHEL6,SL6,CentOS6 scsi_id is a tool to retrieve and generate a unique SCSI identifier, it's being widly used lots of system admin tools, primarily used by udev. Also, the usage has been changed on RHEL6/SL6. Marjor changes on RHEL6 are that by default all devices are assumed black listed. --whitelisted option must be specified on the command line or in the config file for any.. 더보기