[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: only root can unmount



On Wed, Nov 26, 2008 at 07:20:12PM -0600, Boyd Stephen Smith Jr. wrote:
> On Wednesday 26 November 2008, lee <lee@yun.yagibdah.de> 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


lee@cat:~$ mount /media/cdrom0/
mount: unknown filesystem type 'iso9660'
lee@cat:~$


Looks like I could mount it if /dev/hdc would exist and if the kernel
had support for iso9660 :) There's also:


lee@cat:~$ groups
lee dialout cdrom floppy audio video plugdev
lee@cat:~$ 


-- 
"Don't let them, daddy. Don't let the stars run down."
http://adin.dyndns.org/adin/TheLastQ.htm


Reply to: