Hello,
I've been testing Proxmox and so far everything is just perfect, however I can't find a way to spin down a specific hard drive.
Use case: There's an hard drive on the system I want to use to run daily backups and it shouldn't be on all the time.
I've tried the standard route and did the following to mount at boot and make it spin down.
1. Edited: /etc/fstab
/dev/sda1 /mnt/backups/SU1 ext4 errors=remount-ro,noatime 0 2
2. Added at: /etc/hdparm.conf
/dev/sda {
spindown_time = 60
apm = 127
}
3. Added the storage as a directory using the webUI.
And the HD is always rotating no spin down. I've also noticed that running hdparm -y /dev/sda doesn't do anything, while hdparm -Y /dev/sda spins it down but it comes up right after (1-2 seconds).
Why is this happening? There are currently no running VMs/Containers on the machine or anything else, I did a fresh install.
Thank you!
I've been testing Proxmox and so far everything is just perfect, however I can't find a way to spin down a specific hard drive.
Use case: There's an hard drive on the system I want to use to run daily backups and it shouldn't be on all the time.
I've tried the standard route and did the following to mount at boot and make it spin down.
1. Edited: /etc/fstab
/dev/sda1 /mnt/backups/SU1 ext4 errors=remount-ro,noatime 0 2
2. Added at: /etc/hdparm.conf
/dev/sda {
spindown_time = 60
apm = 127
}
3. Added the storage as a directory using the webUI.
And the HD is always rotating no spin down. I've also noticed that running hdparm -y /dev/sda doesn't do anything, while hdparm -Y /dev/sda spins it down but it comes up right after (1-2 seconds).
Why is this happening? There are currently no running VMs/Containers on the machine or anything else, I did a fresh install.
Thank you!