Jump to content

After failed attempt to install linux distro on thumb drive. Unreadable


jonshadow

Recommended Posts

I need help in finding a solution to this problem I ran into.....

I have made an attempt at using unebootin to put a bootable distro on a Thumb Drive.

During the course of creation of the "bootable usb" it crashed at 40% and wasn't able to be completed.

In order to fix this I would format the USB(normally) and start over.

Now, the USB it not being able to be seen or read by my computer.

I have been lost two thumb drives to this issue. Can someone help me with a solution to making these thumb drives usuable

again?

Please help.

Link to comment
Share on other sites

Use linux and wipe the device.

Boot up a linux machine, run dmesg, plug in the USB drive, run dmesg again. You should see it add a new device like /dev/sdg or something for your newly plugged in thumb drive. Or it will display the errors with the device.

To wipe it:

sudo dd bs=512 if=/dev/zero of=/dev/sdg

change /dev/sdg to whatever your /dev/sd* device recognizes as.

Warning: This will erase all data! Make sure you select the correct device.

Then you should be able to put it in any Windows/Linux/Mac machine and format it accordingly.

Link to comment
Share on other sites

You can also use gparted.

Cmds

~$ dmesg

...

[ 3.274912] scsi 6:0:0:0: Direct-Access SanDisk Cruzer Blade 1.26 PQ: 0 ANSI: 5
[ 3.275836] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 3.277023] sd 6:0:0:0: [sdb] 62530624 512-byte logical blocks: (32.0 GB/29.8 GiB)
[ 3.278517] sd 6:0:0:0: [sdb] Write Protect is off
[ 3.278522] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
...

~$ sudo gparted /dev/sdb

then follow the GUI to partition, format, etc. Protos will work right off rip... gparted walks ya through it :)

Edited by Pwnd2Pwnr
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...