Hello guys,
In case of NAS container running on IncusOS, it will be interesting to be able configure the Idle, Sleep Power mode and Acoustic (AAM) management mode on hard disk (/dev/sda) with “hdparm” commands ?
We don’t currently store any persistent storage configuration, instead just introspecting things as they are. Those hdparm settings would need to persist on a per-drive basis, so we’d need to start actually recording some persistent state for this.
A workaround until we get to this may be to pass the drives as unix-block to a container, then have that container run hdparm against it.