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

Re: Mounting Problem - fstab



On Tue, 2002-10-15 at 21:51, Alvin Oga wrote:
> 
> hi ya jerry
> 
> yup... from a quickie glance, your pc/kernel should have
> usb support... but i'm not 100% sure,  since i always use
> usb compiled into the kernel
> 
> On 15 Oct 2002, Jerry Van Brimmer wrote:
> 
> > On Tue, 2002-10-15 at 21:24, Alvin Oga wrote:
> > > 
> > > hi ya
> > > 
> > > what is the contents of /etc/fstab for /dev/scd0  and /dev/hdc
> > 
> > /dev/hdc	/mnt/cdrom2	iso9660	user,noauto	0 0
> > /dev/scd0	/mnt/que	iso9660	user,noauto	0 0
> 
> try the following as root... ( su - root )
> 
> /dev/hdc	/mnt/cdrom2	iso9660	noauto,owner,ro	  0 0
> /dev/scd0	/mnt/que	iso9660	noauto,owner,ro	  0 0

This had the same results.

> 
> 
> root# mount /mnt/que

This command didn't work. Must use 
# mount -t iso9660 -o ro /dev/scd0 /mnt/que 

Which still results in:
debian:~# mount -t iso9660 -o ro /dev/scd0 /mnt/que
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
       or too many mounted file systems



Reply to: