SSDはマウントされていますが、コマンド出力にHDDとして表示されます。

SSDはマウントされていますが、コマンド出力にHDDとして表示されます。

これには奇妙な問題があります。

このサーバーに480GB SSDドライブを取り付けました。私は自分でインストールしました。私はそれを見る、それはそこにある。ただし、HDDかSSDかを確認するための一般的なコマンドでは、誤った出力が表示されます。

[root@localhost ~]# cat /sys/block/sda/queue/rotational
1

[root@localhost ~]# cat /proc/scsi/scsi
Attached devices:
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: ATA      Model: SanDisk SDSSDHII Rev: 00RL
Type:   Direct-Access   

0の代わりに「1」が表示されるのはなぜですか? SanDisk SDSSDHIIは、Amazonから注文して直接インストールしたものなので、正確です。がありますが、0が表示されます。

Centos 6.6を実行しています。

[root@localhost ~]# cat /etc/redhat-release
CentOS release 6.6 (Final)

[root@localhost ~]# uname -r
2.6.32-504.el6.x86_64

追加情報

/dev/sda:
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

ATA device, with non-removable media
Standards:
        Likely used: 1
Configuration:
        Logical         max     current
        cylinders       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 



[root@localhost ~]# dmesg|grep sda
sd 2:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 67 00 00 08
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2
sd 2:0:0:0: [sda] Attached SCSI disk
dracut: Scanning devices sda2 sdb2  for LVM logical volumes Primary/lv_swap VolGroup/lv_swap Primary/lv_root 
EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
SELinux: initialized (dev sda1, type ext4), uses xattr

出力インテリジェント制御

[root@localhost ~]# smartctl -a /dev/sda smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-504.el6.x86_64] (ローカルビルド) Copyright (C) 2002-アレン、http://smartmontools.sourceforge.net

SAT層の背後にあるATAデバイス

ベストアンサー1

おすすめ記事