1
This story starts with me taking my USB stick to work
and unplugging it by accident in the middle of a file transfer.
The USB stopped working completely, now I have Linux Ubuntu on my Laptop at home
So I tried messing around with Gparted and Fdisk and all it did
Was making my USB stick be partition less and 8 MB instead of 2GB
So instead of creating more havoc, I ask kindly for help.
I tried going to fdisk /dev/sdb
and inside there were no partitions, added a new one
but that didn't really do anything, /dev/sdb1 was none-existent..
dmesg | tail returns sdb: unknown partition table I did the dd if=/dev/zero of=/dev/sdb and it said 8.4MB copied (why 8MB only?) – Asaf – 2010-06-29T14:58:47.840
after you attach the device do a sudo fdisk -l what does it say for /dev/sdb? Are you able to access /dev/sdb with fdisk or gparted and write to the partition table? try umount /dev/sdb ; dd if=/dev/zero of=/dev/sdb bs=1m and see if its still reporting 8MB, can you also paste the results of that dd command? – Chris Disbro – 2010-06-29T16:44:17.107