I have a General UDisk USB with Tails live system on it. It has very odd behaviour that started when removing it without shutting down the OS:
If it is plugged into my computer (ASUS X53E) when booting, the computer wont go past the asus logo or go to the BIOS menu until it is removed.
It makes windows explorer crash
In Ubuntu disk utility you can see the tails partition until you attempt to do anything with it or you wait 2 mins, then it says "no media detected in /dev/sdc"
the serial number is Љ
I would like to be able to use this usb again, i don't care about any data on it
gparted
to see what partitions are on it, what file systems it's formatted in. It will reformat as well. – Marc Feb 22 '16 at 01:20sudo dd if=/dev/zero of=/dev/sdc
, assuming that your USB is located at /dev/sdc. – Daniel Feb 22 '16 at 01:20