On Sat, 2006-06-17 at 21:00 +0100, B.Hoffmann wrote: > Hi all, > > after some experimenting my fstab entry for mounting a pendrive now > looks like this > > dev/sda /media/usbdrive auto rw,user,noauto 0 0 > > but it still doesn't work (obviously or would not post). > Before wasting more time on trying to figure out this relatively simple > issue I thought maybe you guys would hopefully be kind enough and give > me a quick solution just by posting what entry you got. > > Ah, and it's formatted in ext2 so auto in above is probably wrong? Or > should it work with auto? > > Thanks a lot once again. > (It's been a while since last posting here anyway) >
You can see the list of available partitions using "fdisk -l /dev/sda". Then try mouting it by hand first (as root): mount /dev/sdaX /media/usbdrive. If that works, then edit your fstab (just faster by hand :)). Also check syslog for mount errors (check in real time using: tail -f /var/log/syslog in a terminal) Good luck Philippe De Ryck -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]