ディスクドライブのデータ記述の抽出

ディスクドライブのデータ記述の抽出

次のディスクドライブに関する詳細が必要です。「モデル」、「シリアル番号」、「ファームウェアバージョン」hdparmが私に役立つことを知っています。

しかし、それは私が必要なものを手に入れるのに役立ちませんでした。以下は私が得た結果です。

sudo /sbin/hdparm -I /dev/sda

結果:

/dev/sda:
ely used: 1
Configuration:
        Logical         max     current
        cylinders     SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

ATA device, with non-removable media
Standards:
        Lik  0       0
        heads           0       0
        sectors/track   0       0
        --
        Logical/Physical Sector size:           512 bytes
        device size with M = 1024*1024:           0 MBytes
        device size with M = 1000*1000:           0 MBytes
        cache/buffer size  = unknown
Capabilities:
        IORDY not likely
        Cannot perform double-word IO
        R/W multiple sector transfer: not supported
        DMA: not supported
        PIO: pio0

私が何を見逃しているのかよくわかりません。

ベストアンサー1

lshw -class disk部分出力:

  *-disk
       description: ATA Disk
       product: WDC WD20EARS-00M
       vendor: Western Digital
       physical id: 0.0.0
       bus info: scsi@2:0.0.0
       logical name: /dev/sda
       version: AB51
       serial: WD-W[REDACTED]
       size: 1863GiB (2TB)
       capabilities: gpt-1.00 partitioned partitioned:gpt
       configuration: ansiversion=5 guid=8e8f2916-5fc4-41ce-9430-30d7fe0c03ab logicalsectorsize=512 sectorsize=512

versionファームウェアバージョンだと思います。productモデル番号だと思います。

おすすめ記事