Results 1 to 1 of 1
I'm trying to get hal to put sync, noatime, u=XX, g=XX flags on automatically mounted devices.
Reading ArchWiki :: HAL - ArchWiki
This seems like a simple task... In versions ...
- 07-11-2008 #1
Hal 0.5.11 problem
I'm trying to get hal to put sync, noatime, u=XX, g=XX flags on automatically mounted devices.
Reading ArchWiki :: HAL - ArchWiki
This seems like a simple task... In versions older than 0.5.10.
The examples in /etc/hal/fdi/policy/preferences.fdi are outdated
and therefore my config does not work:
Do anybody know the way to achieve this in the new version?Code:<device> <match key="storage.removable" bool="true"> <merge key="volume.policy.mount_option.sync" type="bool">true</merge> <merge key="volume.policy.mount_option.noatime" type="bool">true</merge> </match> </device>
Help would be much appreciated.
/Jimmy


Reply With Quote
