I'm currently setting up a laptop for my grandparents to use. They have never used a computer before, so I'm trying to make this as fool-proof as possible. The system will be setup with Ubuntu 10.10.

In order to save them the hassle of having to unmount USB drives before disconnecting them, I would like to have all USB drives auto-mounted as read-only (possible use cases for now only include them getting data from people, not them copying anything to the drive).

I have so far found that gnome-volume-manager is responsible for the handy auto-mount, but I didn't find any way to set options, like always mounting drives read-only.

Is that possible? If so, how?

link|improve this question
feedback

1 Answer

hal controls the options used when volumes are automounted.

link|improve this answer
This lets me dig a little deeper, but I've still not found a way to specify that all usb devices should be mounted read-only. :-/ – BennyInc Oct 7 '10 at 10:39
Check linux.sysfs_path for presence of /usb*/ and /block/. – Ignacio Vazquez-Abrams Oct 7 '10 at 10:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.