
[root@testing ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
274597936 23881492 236542648 10% /
/dev/sda1 101086 12964 82903 14% /boot
tmpfs 770076 0 770076 0% /dev/shm
가능하다면 하드 디스크 유형이나 모델 번호를 확인하는 방법은 무엇입니까?
나는 노력했다
[root@testing ~]# hdparm -i /dev/sda1
/dev/sda1:
HDIO_GET_IDENTITY failed: Inappropriate ioctl for device
[root@testing ~]# smartctl -H /dev/sda1
smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
SMART Health Status: OK
또 무엇을 할 수 있나요? SATA인지 SCSI인지, RAID인지 아니면 Seagate 같은 브랜드 이름인지 알아야 합니다.
답변1
명령을 시도하십시오 lshw -class disk -class storage
. 디스크 구성에 대한 자세한 정보가 표시됩니다. 공급업체, 디스크 유형 등 모든 정보를 얻을 수 있습니다.