automount - subfs
Hi All,
I had done some searching on LQ and Google and couldn't find out how to disable the automounting feature that is default on SuSE 9.X.
I did the obvious and went to the SuSE website. The solution:
edit your fstab.
/dev/dvd /media/dvd subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
to
/dev/dvd /media/dvd auto ro,noauto,user,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy auto noauto,user,exec,sync 0 0
Just wanted to let you know.
Erik
|