Results 1 to 3 of 3
I have just installed ubuntu on a machine and want to copy a file from my USB pen drive
I have tried mounting the drive using
mount -t vfat /dev/sdb ...
- 02-09-2009 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
[SOLVED] How to load USB drive after installing Ubuntu
I have just installed ubuntu on a machine and want to copy a file from my USB pen drive
I have tried mounting the drive using
mount -t vfat /dev/sdb /mnt/usbdrive
and I get this message "mount: wrong fs type ..."
Can anyone help please
Thanks
- 02-09-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
mount -t vfat /dev/sdb1 /mnt/usbdrive
- 02-10-2009 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 10



