Click to See Complete Forum and Search --> : problems mounting thumb drive


DimGR
04-27-2004, 01:38 PM
mount
/dev/hda7 on / type ext2 (rw,errors=remount-ro)
none on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hdb5 on /mnt/hdb5 type ntfs (ro,nosuid,nodev,umask=000)



when i right click on desktop and choose new drive sda1 i get this error :

wrong filesystem bad block or to many filesystems mounted


i already tried to manually mount it but it did not help at all.

Hayl
04-27-2004, 01:47 PM
do you have all the required modules loaded?

i.e. usb-storage

did you search the forums before posting? there are a number of threads on how to mount usb storage devices already.

Choozo
04-27-2004, 01:47 PM
Your /etc/fstab don't have an entry for /dev/sda1

mdwatts
04-27-2004, 01:58 PM
Originally posted by Choozo
Your /etc/fstab don't have an entry for /dev/sda1

That should be it as the device must exist in /etc/fstab before you can create a desktop link.

DimGR
04-27-2004, 02:04 PM
Originally posted by mdwatts
That should be it as the device must exist in /etc/fstab before you can create a desktop link.

how do i create an entry in fstab?

Choozo
04-28-2004, 08:36 AM
Originally posted by DimGR
how do i create an entry in fstab? Open the file (as root) in your favorite text editor, and add the entry.