First, thank you for your continued efforts in developing and maintaining DietPi. It’s an excellent lightweight distribution that I’ve found incredibly useful.
I would like to request a feature enhancement for the dietpi-drive_manager utility. Currently, it appears that custom mount options, such as relatime or strictatime, cannot be set through the Drive Manager interface. Moreover, manual edits to /etc/fstab are often overwritten when using dietpi-drive_manager, which makes it challenging to maintain custom configurations.
This limitation affects use cases where accurate file access time (atime) tracking is essential. For instance, I have automation scripts that rely on atime to identify and manage files that haven’t been accessed in a specified number of days. Without the ability to set relatime, these scripts cannot function as intended.
Therefore, I propose the following enhancement:
Allow Custom Mount Options: Introduce an option within dietpi-drive_manager to set custom mount options, enabling users to specify parameters like relatime, strictatime, or others as needed.
Implementing this feature would greatly enhance the flexibility and usability of DietPi for users with specialized requirements.
Thank you for considering this request. I appreciate your time and look forward to any updates on this matter.
As always for such cases, the question is whether it is more work to write a blog post about how to manually overcome limitations of a DietPi script, or whether it makes more sense/less work to just implement this feature .