[SOLVED] hdparm on proxmox host or inside vm

TheHellSite

Active Member
Mar 4, 2020
78
61
38
I would like to disable the disk spindown of a hard drive, that I is connected to my nas vm using passtrough.

Do I have to configure hdparm on the proxmox host or inside the vm?
Which system is taking control of this now?

Kind Regards
TheHellsite
 
How did you pass through the disk?
 
Okay, So the way that you have a scsi2: /dev/sdX in your VM config right? That means that the host is still responsible for the disk and you probably should run that hdparm command on the host.
 
  • Like
Reactions: TheHellSite
You would have to pass through the whole disk controller to the VM with PCI passthrough. If you use the onboard controller for the disk and/or have other disks connected to it as well, this will not work.
 
  • Like
Reactions: TheHellSite