Windows10でVMWareWorkstation 12.1.1 Proを実行しており、ゲストLinux Mint17.2と仮想ハードウェアバージョン11を使用しています。
私の現在の唯一のディスクは仮想SATAです。
0:0に仮想SCSIデバイスを追加すると(テストとして新しい0.4GBディスクを作成します)、次のエラーが発生します。
再インストールしましたvmware-tools
SCSIディスクの作成後。変化なし。また、仮想ハードウェアをバージョン12にアップグレードしてみました。
何が足りないのですか?
@ravi@boxy:~$ Sudo hdparm -I /dev/sda /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 Model Number: ��������@���������p����@� Serial Number: ���=�D���i@��� Firmware Revision: ��i� Standards: Used: unknown (minor revision code 0x00d8) Supported: 11 10 Likely used: 11 Configuration: CHS addressing not supported LBA user addressable sectors: 38024320 Logical/Physical Sector size: 512 bytes device size with M = 1024*1024: 18566 MBytes device size with M = 1000*1000: 19468 MBytes (19 GB) cache/buffer size = unknown Capabilities: LBA, IORDY(may be)(cannot be disabled) Standby timer values: spec'd by Vendor R/W multiple sector transfer: Max = 255 Current = 255 Recommended acoustic management value: 234, current value: 0 DMA: not supported PIO: unknown * reserved 69[2] * reserved 69[6] * SET MAX SETPASSWORD/UNLOCK DMA commands Security: Master password revision code = 14080 10min for SECURITY ERASE UNIT. 119808min for ENHANCED SECURITY ERASE UNIT. Logical Unit WWN Device Identifier: 0000000000000000 NAA : 0 IEEE OUI : 000000 Unique ID : 000000000 Integrity Word not set (found 0x0000, expected 0x79a5) @ravi@boxy:~$
私は間違ったツールを使用していました:
hdparm
(8)-SATA/IDEデバイスパラメータの取得/設定
SCSIの場合、次を使用します。
sdparm
(8)-SCSIモードページにアクセスします。 VPDページを読む。簡単なSCSIコマンドを送信する
lsscsi
(8)-SCSIデバイス(またはホスト)とその属性を一覧表示します