Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    10

    Cool [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

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    mount -t vfat /dev/sdb1 /mnt/usbdrive

  3. #3
    Just Joined!
    Join Date
    Apr 2007
    Posts
    10
    Quote Originally Posted by D-cat View Post
    mount -t vfat /dev/sdb1 /mnt/usbdrive
    Thanks D-cat - that worked ... doh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...