[linux] 파티션 나누기 (fdisk), 마운트 Partitioning (fdisk), mount

♦ 파티션 구조
주 파티션 : max=4개
extended 파티션 : max=1개
logical 파티션 : max=매우 많음
※파티션이 5개 이상이면 주 파티션은 3개를 차지하고, 그 외에는 extended 파티션이 공간을 만들어 준다. 그리고 나머지 파티션 2개는 logical 파티션이 차지한다.
ex) 파티션 6개 : 주 파티션 3개. extended 파티션이 4번째 파티션으로 공간을 만들어 준다. 나머지 파티션 3개는 logical 파티션이 5,6,7 번째로 차지한다.

♦ Partition structure
Primary partition: max = 4
Extended partition: max = 1
Logical partition: max = very large
※ If the number of partitions is 5 or more, the main partition occupies 3, and the extended partition makes space. The other two partitions are occupied by the logical partition.
Ex) 6 partitions: 3 primary partitions. The extended partition creates space on the fourth partition. The remaining 3 partitions occupy logical partitions 5, 6, and 7.

♦ hanganga tataitia
Tataitia e te Paraimere: max = 4 kuri
pātaki roa: max = 1 kuri
pātaki arorau: max = Tino iti
※ Ki te arai, ko te rima, neke atu rānei arai tuatahi ni'ai te toru, hanga ana e ia tenei wāhi arai whānui mo te ētahi atu. Na hanga te toe e rua pātaki ake he arai arorau.
ex) arai 6: 3 wiki tataitia. hanga tenei te arai roa rite te wāhi arai tuawha. Ko te toe pātaki e toru, e pātaki arorau noho te 5,6,7 th.



♦ HDD 타입
1. IDE (병렬)
hd+문자 : hda, hdb, hdc(cd-rom), hdd ...
※centos 6로 넘어오면서 없어졌다.

2. SCSI (직렬)
sd+문자 : sda, sdb, sdc, sdd, ...

♦ HDD type
1. IDE (parallel)
Hd + characters: hda, hdb, hdc (cd-rom), hdd ...
※ It disappeared in centos 6.

2. SCSI (serial)
Sd + characters: sda, sdb, sdc, sdd, ...

♦ momo HDD
1. IDE (Whakarara)
hd + kuputuhi: hda, hdb, Toihau (cd-rom), HDD ...
※ i haere mai ahau i runga i ki CentOS 6.

2. SCSI (Serial)
sd + kuputuhi: SDA, sdb, Judges, sdd, ...



♦ 파티션 타입
1. IDE
hd+문자+숫자 : hda1, hda2, ...

2.SCSI
sd+문자+숫자 : sda1, sda2, ...

♦ Partition type
1. IDE
Hd + letters + numbers: hda1, hda2, ...

2.SCSI
Sd + letters + numbers: sda1, sda2, ...

momo o te arai
1. IDE
hd + kuputuhi tau +: hda1, hda2, ...

2.SCSI
sd + kuputuhi tau +: sda1, sda2, ...



♦ 파티션 작업 : fdisk [-옵션] [장치]
-l : 리스트 출력

d : 삭제
n : 생성
ex) n >>  파티션 종류 지정 >> 파티션 번호 지정 >> 시작지점 선택 >>  종료지점 선택(ex) +300M, +2G)
p : 확인
q : 저장하지 않고 종료
w : 저장하고 종료

※logical 만들고는 재부팅

※파티션 만든 후 포맷 : mkfs.xfs [파티션]

♦ Partitioning: fdisk [- option] [device]
-l: List output

d: Delete
n: Create
Ex) n >> Specify partition type >> Specify partition number >> Select start point >> Select end point (ex) + 300M, + 2G)
p: Confirm
q: Exit without saving
w: Save and exit

※ Create logical and reboot


※ After creating partition format: mkfs.xfs [partition]

♦ ngā mahi wawahi: fdisk [- kōwhiringa] [pūrere]
-l: Rārangi putanga

d: Mukua
n: whakaputa
ex) n Tīpakohia te momo tataitia āta >> >> >> taua tataitia tīmata ira Tīpakohia >> ira mutunga (ex) + 300m, + 2G)
p: haamauraa
q: te whakamutu te kore tiaki
w: Whakaorangia me Waiho

※ arorau ki te waihanga reboots


※ pātaki hanga i muri i te hōputu: mkfs.xfs [tataitia]



♦ HDD와 컴퓨터 연결 : mount
mount [장치] [디렉토리] : 연결
umount [장치 혹은 디렉토리] : 연결 해제
mount , df -h : 마운트 확인

♦ HDD to computer connection: mount
mount [device] [directory]: connection
umount [device or directory]: Disconnect
mount, df -h: Mount Verification

♦ HDD me hononga rorohiko: Maunga
mount [pūrere] [whaiaronga]: Hononga
umount [pūrere ranei whaiaronga]: Momotu
mount, df -h: Mount Taki

Comments