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

Re: Mounting Problem - fstab



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


root# mount /mnt/que

thanx
alvin


> > 
> > does your kernel support usb ??
> > 	cat /proc/filesystem
> > 	lsmod
> 
> debian:~# lsmod
> Module                  Size  Used by    Tainted: P  
...
> usb-storage            97152   0 
> usbmouse                1760   0  (unused)
...
> usbkbd                  2848   0  (unused)
> input                   3072   0  [mousedev usbmouse keybdev usbkbd]
> usb-uhci               20708   0  (unused)
> usbcore                48032   1  [usb-storage usbmouse printer usbkbd
> usb-uhci]

> debian:~# 
> 
> > 
> > grep -i usb /usr/local/src/linux/.config
> 
> debian:~# grep -i usb /usr/local/src/linux/.config 
> grep: /usr/local/src/linux/.config: No such file or directory
> debian:~# 
> 
> It appears that I do have USB support, right?
> 



Reply to: