Proxmox Virtual Environment (VE) 9.0.6 – how to check if a Proxmox USB hard drive is in standby mode using the hdparm command

Run hdparm -C /dev/sd<x> to check if the drive is in the standby state

root@pve-s740-04:~# hdparm -C /dev/sdc
/dev/sdc:
SG_IO: bad/missing sense data, sb[]: 70 00 00 00 00 00 00 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
drive state is: standby
root@pve-s740-04:~#

Leave a Reply

You must be logged in to post a comment.