On Wed, Nov 26, 2008 at 07:20:12PM -0600, Boyd Stephen Smith Jr. wrote: > On Wednesday 26 November 2008, lee <[EMAIL PROTECTED]> wrote about 'Re: > only root can unmount': > >On Wed, Nov 26, 2008 at 09:30:03PM +0000, T o n g wrote: > >> $ grep dvd /etc/fstab > >> /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 > > > >There seems to be a comma missing, and you seem to have tried to > >specify "auto" together with "noauto". > > Nope. He's using the "auto filesystem" with options user, noauto, exec and > ro. Since those options are supported by all filesystems, that should be > working fine.
Oh, you're right. Maybe the problem is the mount point, not allowing users to access it. I have this in /etc/fstab, automatically generated: /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 [EMAIL PROTECTED]:~$ mount /media/cdrom0/ mount: unknown filesystem type 'iso9660' [EMAIL PROTECTED]:~$ Looks like I could mount it if /dev/hdc would exist and if the kernel had support for iso9660 :) There's also: [EMAIL PROTECTED]:~$ groups lee dialout cdrom floppy audio video plugdev [EMAIL PROTECTED]:~$ -- "Don't let them, daddy. Don't let the stars run down." http://adin.dyndns.org/adin/TheLastQ.htm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

