On Mon, 2010-03-22 at 10:17 -0600, Petrus de Calguarium wrote: > Patrick O'Callaghan wrote: > > > I want to modify the default mount options for pendrives > (in this case > > to add "noatime"). Since mounting is done via the Device > Notifier, that > > would seem to be the place to start. I've looked under > System > > Settings/Advanced/Device Actions but I don't see any > obvious way to make > > the change. There doesn't seem to be anything under > /etc/udev either, or > > in /etc/fstab. Where is this stuff set up? > > > > poc > > This is not automatic, but what I do is: > > mount -o remount,option1,option2 /dev/sdxy /media/disk Interesting kludge :-) I'll try it. poc