Results 1 to 5 of 5

Thread: Restore Drive USB

  1. #1
    Join Date
    Jun 2010
    Beans
    3

    Restore Drive USB

    Hello everyone! I have a problem with a Kingston USB drive (DataTraveler G3 8GB).


    Time ago I used NTFS as file system after a little happens that is not detected anymore!

    By Linux I can see it only with Gparted:
    It said that space is not allocated and asked me to create the partition table,
    but when I do it (msdos) after a few seconds I get a window that says input error,
    from that moment I no longer see it (I always refer to GParted) and I have to unplug/plug


    Windows tells me if I want to format it but after a few seconds it says that it's not possible to complete the format.


    Could you help me?
    10q in advance

  2. #2
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Restore Drive USB

    Sorry to say this, but I have found USB sticks to be unreliable in general. If neither Linux nor Windows can format the stick, it is simply corrupted in hardware and useless.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  3. #3
    Join Date
    Jun 2010
    Beans
    3

    Re: Restore Drive USB

    Quote Originally Posted by Mark Phelps View Post
    Sorry to say this, but I have found USB sticks to be unreliable in general. If neither Linux nor Windows can format the stick, it is simply corrupted in hardware and useless.
    It's a possibility and in that case I want to know if it's true!
    However it worked for long time but after some formatting and/or some unsafely unplug (maybe due to NTFS filesystem) it stopped working!

  4. #4
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Restore Drive USB

    Quote Originally Posted by daniele89 View Post
    ....but when I do it (msdos) after a few seconds I get a window that says input error
    Like Mark said above, it is most likely gone. The life of flash drives is very limited in comparison to hard disk drives, and you said yourself that "it worked for a long time.."

    An I/O error in itself is a certificate of corruption, although fixable in many cases, but when it comes from gparted while creating a partition table, there is not much hope.

    If you have another exactly identical drive, you may try 'dd' as follows, which in effect will be somewhat like a "low-level format" with a better approach -
    Code:
    sudo dd if=/dev/sdb of=/dev/sdc
    where /dev/sdb is the fresh drive and /dev/sdc is the current corrupt drive (if=input_file, of=output_file).

    In case of an I/O error, it is not likely that anything would be able to fix it. But it won't hurt to try if you do have an identical drive, just make extra-sure to use the drive names correctly in the dd command, or you'll end up corrupting the fresh one too.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  5. #5
    Join Date
    Jun 2010
    Beans
    3

    Unhappy Re: Restore Drive USB

    I don't have an identical drive so I searched to "low-level format", but no way...
    I tried
    Code:
    sudo dd if=/dev/zero of=/dev/sdx
    and
    Code:
    sudo dcfldd if=/dev/zero of=/dev/sdx
    but although they both go well, nothing has changed!

    so I believe that I have no possibility to save it!

    thank you for the help...

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
  •