JediMasterOdd
December 22nd, 2011, 07:20 AM
Hi Lads and Lasses,
I've been toying with Ubuntu on and off for a while now but still know very little about what I'm doing, I can use Google to find resolutions to most problems though.
My USB thumb drive can not be mounted as the Superblock can't be read. I would use Windows to reformat the drive however, I would like to keep the data on the drive if possible.
Error Message: Error mounting: mount: /dev/sdc: can't read superblock
I have been Googling for a while and came across the below some ideas that I then tried.
The commands and the results are below. Commands are in bold.
I gather that the first one only lists partitions(?) on the drive but I thought someone might find it more helpful than I do.
sudo fdisk -l /dev/sdc
Disk /dev/sdc: 8103 MB, 8103395328 bytes
250 heads, 62 sectors/track, 1021 cylinders, total 15826944 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6f20736b
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdc1 ? 778135908 1919645538 570754815+ 72 Unknown
/dev/sdc2 ? 168689522 2104717761 968014120 65 Novell Netware 386
/dev/sdc3 ? 1869881465 3805909656 968014096 79 Unknown
/dev/sdc4 ? 2885681152 2885736650 27749+ d Unknown
Partition table entries are not in disk order
dumpe2fs /dev/sdc1 | grep superblock
dumpe2fs 1.41.14 (22-Dec-2010)
dumpe2fs: No such file or directory while trying to open /dev/sdc1
Couldn't find valid filesystem superblock.
This one (below) brings up another window (some kind of disk management?) but I can't select /dev/sdc (the USB thumb drive)
sudo pysdm
[sudo] password for <Insert Username Here>
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
I have also had a read of this article here (http://linuxexpresso.wordpress.com/2010/03/31/repair-a-broken-ext4-superblock-in-ubuntu/) (Linux Expresso). However, I can't figure out how to transpose it to FAT32.
Any ideas?
I've been toying with Ubuntu on and off for a while now but still know very little about what I'm doing, I can use Google to find resolutions to most problems though.
My USB thumb drive can not be mounted as the Superblock can't be read. I would use Windows to reformat the drive however, I would like to keep the data on the drive if possible.
Error Message: Error mounting: mount: /dev/sdc: can't read superblock
I have been Googling for a while and came across the below some ideas that I then tried.
The commands and the results are below. Commands are in bold.
I gather that the first one only lists partitions(?) on the drive but I thought someone might find it more helpful than I do.
sudo fdisk -l /dev/sdc
Disk /dev/sdc: 8103 MB, 8103395328 bytes
250 heads, 62 sectors/track, 1021 cylinders, total 15826944 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6f20736b
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdc1 ? 778135908 1919645538 570754815+ 72 Unknown
/dev/sdc2 ? 168689522 2104717761 968014120 65 Novell Netware 386
/dev/sdc3 ? 1869881465 3805909656 968014096 79 Unknown
/dev/sdc4 ? 2885681152 2885736650 27749+ d Unknown
Partition table entries are not in disk order
dumpe2fs /dev/sdc1 | grep superblock
dumpe2fs 1.41.14 (22-Dec-2010)
dumpe2fs: No such file or directory while trying to open /dev/sdc1
Couldn't find valid filesystem superblock.
This one (below) brings up another window (some kind of disk management?) but I can't select /dev/sdc (the USB thumb drive)
sudo pysdm
[sudo] password for <Insert Username Here>
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(pysdm.py:4897): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
I have also had a read of this article here (http://linuxexpresso.wordpress.com/2010/03/31/repair-a-broken-ext4-superblock-in-ubuntu/) (Linux Expresso). However, I can't figure out how to transpose it to FAT32.
Any ideas?