How spindown a passtrought SCSI HDD from OpenMediaVault VM

ghost54770

New Member
Mar 6, 2024
1
0
1
Hello, everyone

i have a VM with Openmediavault installed, i attache a sata hdd to OMV VM with
Code:
qm set 100 -scsi2 /dev/disk/by-id/<id disk>
I can spindown my hdd from proxmox shell with
Code:
hdparm -Y /dev/sdb

but i can't spindown my hdd from my OMV vm shell and return this output
Clipboard Image.jpg

And when i try sdparm command
Code:
sudo sdparm --flexible --command=stop /dev/sda

this value is returned (and hdd not spindown)

Clipboard Image (1).jpg

Someone know how spindown hdd from OpenMediaVault vm ? (promox version is 8.1.4)
 
Last edited:
Did you get any infos or solve the problem? I have the same issue with a passthrough SATA-HDD.