Tagged Questions
2
votes
0answers
67 views
How can I temporarily suspend Nautilus filesystem automounting, without making permanent changes to the system and user configuration?
I have written a tool which automatically formats and copies files to USB flash drives when they are inserted. It needs the drive to be unmounted to format it.
Normally Nautilus will automatically ...
3
votes
0answers
367 views
udev hide partition in nautilus for specific user/group
I'm trying to hide a partition form a specific group of users in Ubuntu 12.04.
I have created a new rule in /etc/udev/rules.d/99-hide-disk.rules with
KERNEL="sda3",ENV{UDISKS_PRESENTATION_HIDE}="1"
...
