usb stick mounts, but fstab entry not right
I've installed opensuse 10 on a new hp pavilion laptop.
I'm trying to get a usb stick to work.
I do a fdisk -l and i see it as sda1.
I do "mount -t vfat /dev/sda1 /mnt/usbstick" and i can see the contents of it.
I added this to /etc/fstab:
/dev/sda1 /mnt/usbstick vfat noauto,user,owner 0 0
but i can't see it (without executing the mount command)
So i guess something is wrong the the statement in fstab
What is the problem?
Last edited by allelopath; 05-08-2006 at 11:34 AM.
|