1
C1000/3x00 General discussions / Unable To Mount Usb-key After Re-formatting It
« on: January 08, 2007, 06:49:13 am »Quote
What do you get if you try fdisk /dev/sda? If there are any partitions listed, try deleting them and recreating them. If there are no partitions listed, just create one. Then try creating a filesystem on the partition you created.
Hi Drake,
Well done that fixed it!
As you suspected it was the same basic problem as reported in the other post with SD cards. I run fdisk /dev/sda and four partitions with dubious information (512 GB usb partition ) were displayed. Removing them and creating a single partition that then responded correctly to mkfs.vfat /dev/sda1.
My usb-key works perfectly now, and as an added bonus seems to mount and un-mount much more quickly than before the initial crash.
Many thanks for the Linux lesson and solving my problem,
Marcus