[EMAIL PROTECTED] david]# mount -t vfat /dev/sda1 /mnt/usbdrive
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
[EMAIL PROTECTED] david]#I've also tried: mount -t vfat /dev/scsi/host0/bus0/target0/lun0/disc /mnt/usbdrive just in case, but that also fails with the same message.
I've tried 'mount' with several different vfstypes, but no joy.
Adding the line to /etc/fstab has made no difference either.
The drive worked first time with XP, and I've successfully copied files to/from it under windows, so I know it works...
An interesting side effect I've noticed is that when the drive is plugged in, if I logout and select 'Reboot', there are no OS's listed. I have to log back into KDE, unplug the drive, and repeat (although last time I did that, it locked up on me while logging out, and I had to use the reset button...)
Dave
Cunningly disguised as a responsible adult
Lee Begg wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 10 Feb 2004 22:39, David Merriman wrote:
Hi there,<snip>
I'm having trouble mounting a USB 2.0 'Travelling Disk' memory stick.
I've followed many Google leads, including these:
but none of the instructions I've followed have resulted in a<snip>
successfully mounted drive.
I've created a directory called /mnt/usbdrive, but there's nothing to mount yet...
Any thoughts gratefully received.
You are well on the way.
Linux does not automatically mount usb drives when they are plugged in (normally). You need to manually mount /dev/sda1 (and maybe 2,3 and 4 as well, i'm not sure).
Try (as root):
mount -t vfat /dev/sda1 /mnt/usbdrive
Don't forget to umount it before you unplug it (though i found you can unplug then umount, but then you run the risk of data loss).
Adding an entry to /etc/fstab can allow any use to mount it ("mount /mnt/usbdrive" as any user for example).
Hope this helps
Later Lee Begg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAKLPwpAHGV7d5I9kRAjjKAJ4lGMieJP92MsuQRiA8VbN6EixalwCeOUlk 2Kir5Nz4YY5E0/n3v2tXeH0= =DaBs -----END PGP SIGNATURE-----
