I was formatting my USB memory stick using Ubuntu and chose "Override existing data".
I accidentally knocked the memory stick out of the USB port. When I put it back into my Ubuntu computer it was not visible in the file manager (Nautilus), and it does not appear in my unity dock.
I have already tried rebooting the computer with the memory stick inserted. But no effect.
What can I do to bring my memory stick back to life?
sudo fdisk -l
– Josh Oct 15 '15 at 16:24Disks
orgparted
. – Pilot6 Oct 15 '15 at 16:26lsblk
andlsusb
? What aboutsudo parted -l
(needs admin password)? – Byte Commander Oct 15 '15 at 17:03