[Suggestion] Disk management Improvements
Posted: 29 May 2014 07:20
Right now it seems disk management and its disk settings (sleep, APM, Smart on/off, etc) are mapped to the /dev/ada# and /dev/da#. Lets say I remove disk /dev/da0 from my NAS and reboot (I cycle 1 drive for off site backup every month). Now drives move up the list. (da10 is now da9 and da9 is now da8, and so on) Because the config file does not match what is attached to the system, Disk Management marks all drives red. So I'll hit the clear config and import disk button. Now I have a fresh list, with all my power management, APM, and smart settings set off. I now have to go one by one and change the settings of each disk.I have 16 disks in my NAS. This process takes a while.
I understand this wont be an issue to most users with only a few disks in their NAS. But few power users, hoarders, and those who feel the need to fill their 24 bay norco case with drives may find this annoying. This might be issue for people with USB connected drives as well.
So as future improvement, is there a way for Nas4free attempt to use the old settings. Instead using the 'clear config and import', make a 'New config based off old and Import' button. (based off UUID? How is the UUID generated? I see one in the config.xml.)
or...
Have check boxes and apply Sleep time, APM, and SMART to multiple disks. This could be helpful for new installs or want to tune their power savings quickly.
I've attempted to make my own fix, but my PHP skills and overall programming skills are not good enough. I got stuck on how to read/write a new config file.
Thank you Devs for all your hard work.
I understand this wont be an issue to most users with only a few disks in their NAS. But few power users, hoarders, and those who feel the need to fill their 24 bay norco case with drives may find this annoying. This might be issue for people with USB connected drives as well.
So as future improvement, is there a way for Nas4free attempt to use the old settings. Instead using the 'clear config and import', make a 'New config based off old and Import' button. (based off UUID? How is the UUID generated? I see one in the config.xml.)
or...
Have check boxes and apply Sleep time, APM, and SMART to multiple disks. This could be helpful for new installs or want to tune their power savings quickly.
I've attempted to make my own fix, but my PHP skills and overall programming skills are not good enough. I got stuck on how to read/write a new config file.
Thank you Devs for all your hard work.