View
하드디스크 정보 보기 (fdisk)
사용예 : # sudo fdisk -l (소문자 'L')
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005b77d
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 369948671 184973312 83 Linux
/dev/sda2 369950718 390721535 10385409 5 Extended
/dev/sda5 369950720 390721535 10385408 82 Linux swap / Solaris
노란색으로 배경색이 되어 있는게 디스크 자체의 정보이고
초록색으로 배경색이 되어 있는게 해당 디스크의 파티션이 어떻게 나뉘는가를
표시해준다.
출처 : http://pinetreekr.blogspot.kr/2013/08/linux-server.html
'OS > Ubuntu' 카테고리의 다른 글
network service discovery disabled 메세지 나올때 (0) | 2014.05.16 |
---|---|
리눅스 하드디스크 진단 (smartctl) (0) | 2014.01.21 |
우분투 Grup 꾸미기 (0) | 2013.09.07 |
Ubuntu 에서 Backtrack 툴 설치,사용하기 (0) | 2013.08.25 |
Ubuntu One 삭제 방법 (0) | 2013.08.23 |