Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Can't mount usb

  1. #11
    Join Date
    Aug 2009
    Location
    United States
    Beans
    4,523
    Distro
    Ubuntu Development Release

    Re: Can't mount usb

    If you do not have gparted, you should it is part of ubuntu install disk.
    sudo apt-get install gparted

    You can always check out if installed by Code:.
    aptitude show gparted

    Ok to get to gparted you go to System to Administration to gparted. Open gparted
    in upper left corner it has a drop down menu that says gparted. Go to devices and choose
    sdb1 your flash drive. Right click on it when it opens to your flash drive and go down to
    Label and type flash in there. Then click the check mark on upper tool bar to apply it.
    Now the flash drive has a label of flash.

    The label has to match what you are typing in at the command line.

    If that was done and you did label it flash.

    You have to sudo mkdir /media/flash (that makes a directory(folder) so it will mount. (have to do this first)

    sudo mount /dev/sdb1 /media/flash (it will mount) space after sudo after mount and after sdb1.

    After you label you can always check it out by Code:

    sudo blkid (that is a small L in second letter)
    Last edited by garvinrick4; April 3rd, 2010 at 01:34 AM.
    Remember hence where you come and pass it down.
    Ubuntu Forums member #899097 and Ubuntu Member:


  2. #12
    Join Date
    Apr 2010
    Beans
    14

    Re: Can't mount usb

    OK, i swear i did exactly what you said, but I still get this:
    Code:
    scoff@scoff-laptop:~$ sudo mount /dev/sdb1 /media/flash
    mount: you must specify the filesystem type

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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