리눅스 fdisk

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 12:25 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

/sbin/fdisk
fdisk
  • 리눅스용 파티션 테이블 조작도구

2 예시 1: fdisk -l[ | ]

[root@zetawiki ~]# fdisk -l

Disk /dev/vda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/vda1   *           1          13      104391   83  Linux
/dev/vda2              14        5221    41833260   8e  Linux LVM
→ 디스크명: /dev/vda
→ 크기: 42.9 GB
→ 헤드 수; 255
→ 트랙당 섹터수: 63
→ 실린더 수: 5221

3 예시 2: fdisk -ul[ | ]

[root@zetawiki ~]# fdisk -ul

Disk /dev/vda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders, total 83886080 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/vda1   *          63      208844      104391   83  Linux
/dev/vda2          208845    83875364    41833260   8e  Linux LVM
→ 섹터수: 83886080

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}