Is it possible to mount devices with the noatime
option?
I found this old forum thread which did not provide a solution.
For now I just do mount -o remount,noatime /run/media/...
after mounting the filesystem, but a proper solution would be nice.
meven
2
Plasma uses udisks being the scene to mount devices.
You can follow its documentation:
https://storaged.org/doc/udisks2-api/latest/mount_options.html
Or arch’s udisks - ArchWiki
Thank you for the link. I added this to /etc/udisks2/udisks2.conf
and it seems to work:
[defaults]
defaults=noatime
1 Like