Le Mercredi 29 Août 2001 23:53, vous avez écrit :
> > What is supermount?
>
> It is a kernel patch that allows removable media to be mounted
> automatically when accessed.
>
> To know if you use it, put a cdrom in the drive, go to /mnt/cdrom, and
> type "ls". If you see a blank directory, you don't have supermount. If
> you see something, you have supermount.

what about :
grep -i supermount /etc/fstab
or
lsmod | grep supermount
or for geeks
grep -i supermount /proc/mounts

and to disable it :
cp /etc/fstab /etc/fstab.bak   # just in case of ...
supermount -i disable
-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html

Reply via email to