-
usb automount
Hi,
how can I switch off the automatic mounting of usb devices in /media?
They are usually mounted with wrong permissions, so I have manual mount
scripts that I used for specific devices (which also allows me to do
more stuff, such as automatic sync'ing). So, the automount get in the way.
This is a Suse 10.3 system.
Thanks,
Michael
-
Re: usb automount
"Michael Goerz" <answer654@8439.e4ward.com> schreef in bericht
news:5nbsh2Fgeul4U1@mid.uni-berlin.de...[color=blue]
> Hi,
>
> how can I switch off the automatic mounting of usb devices in /media?
> They are usually mounted with wrong permissions, so I have manual mount
> scripts that I used for specific devices (which also allows me to do
> more stuff, such as automatic sync'ing). So, the automount get in the way.
>
> This is a Suse 10.3 system.
>
> Thanks,
> Michael[/color]
chkconfig -d autofs
(this works on OpenSUSE 10.2)