답변:
fdisk -l
루트 권한으로 수행하면 아래와 같이 드라이브와 파티션을 나열해야합니다.
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00044ff8
Device Boot Start End Blocks Id System
/dev/sda1 * 1 994 7977984 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 994 1045 407553 5 Extended
/dev/sda5 994 1045 407552 82 Linux swap / Solaris
/ dev / sda는 드라이브이고 각 숫자는 파티션입니다.
따라서 hda, sda 또는 sdb가 표시되면 smartctl 명령에서 사용하는 것입니다.
당신은 smartctl을 얻을 수 있습니다 sudo apt-get install smartmontools
내 것이 SDA이기 때문에 ...
운영 sudo smartctl -i /dev/sda
=== START OF INFORMATION SECTION ===
Device Model: VBOX HARDDISK
Serial Number: VB3fd813ad-aa9ce411
Firmware Version: 1.0
User Capacity: 8,589,934,592 bytes
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 6
ATA Standard is: ATA/ATAPI-6 published, ANSI INCITS 361-2002
Local Time is: Mon Jun 28 22:16:37 2010 PDT
SMART support is: Unavailable - device lacks SMART capability.
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
내가하는 방식은 ...
smartctl -i /dev/sda
SMART 장치 정보를 덤프합니다. 이것은 드라이브의 모델 번호 및 일련 번호를 제공합니다.