Results 1 to 4 of 4

Thread: Formating an USB device

  1. #1
    Join Date
    Oct 2010
    Beans
    52
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Formating an USB device

    Well, i guess the topic header is a give away. I want to format my USB-Stick, i looked in the internet and actually came up with two ways:

    -gparted -> doesn't work at all, it doesn't even show the stick

    -Konsole:
    sudo umount /media/Stick
    sudo mkfs -t vfat /media/Stick
    sudo eject /media/Stick
    (even tho i am not a big fan of commands i don't get, i tried it and got this error line:
    mkfs.vfat 3.0.7 (24 Dec 2009)
    /media/EEB3-EFCB: No such file or directory)

    so well, neither way did work. Is there an other solution i might try?

    €: Well it actually worked as far that none of my Ubuntu OS can recognize the stick anymore so i need a way to mount the usb stick as well!
    Last edited by nearlymagicman; December 8th, 2010 at 10:16 PM.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Formating an USB device

    I am very surprised to hear that gparted does not see the stick. What about fdisk? Try
    Code:
    sudo fdsik -l
    in terminal to find out if the stick is seen by the system that way, and if so what the output might be.

    Are you certain the stick is still a good one and has not died?

  3. #3
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Formating an USB device

    With gparted, did you remember to choose the correct device (probably /dev/sdb) from the drop down box in the upper right?

  4. #4
    Join Date
    Feb 2009
    Location
    Georgia
    Beans
    87
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Formating an USB device

    Try to remove the drive and then reconnect it. I know for my USB drives that I have and use to format them I simply right click the icon on the desktop and choose format. I'm Using Ubuntu 10.04 with of course the Gnome Desktop.
    Currently A Command Line Flunkie an a GUI Junkie
    I believe in Jesus Christ

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
  •