[SOS] a partition on backup drive can't be mounted , detected as ext4
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
[SOS] a partition on backup drive can't be mounted , detected as ext4
I can't mount a partition present on one of my backup drives.
I ran fsck on this partition, and after that its being detected as "ext4"
HDD is working perfectly fine and data on NTFS partition can be access easily.
I just hope my Data on it is safe.
Code:
gaurish ~ $ sudo fdisk -l
Partition table entries are not in disk order
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x087f1d56
Device Boot Start End Blocks Id System
/dev/sdb1 2 38913 312560640 f W95 Ext'd (LBA)
/dev/sdb5 2 26557 213311038+ 7 HPFS/NTFS
/dev/sdb6 26558 38913 99249538+ 83 Linux
Code:
gaurish ~ $ sudo mount -t ext4 /dev/sdb6 /media/fl/
mount: unknown filesystem type 'ext4'
gaurish ~ $ sudo mount -t ext3 /dev/sdb6 /media/fl/
mount: wrong fs type, bad option, bad superblock on /dev/sdb6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Code:
gaurish ~ $ dmesg | tail
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 00 38 00 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 < sdb5 sdb6 >
sd 2:0:0:0: [sdb] Attached SCSI disk
sd 2:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete
EXT3-fs: sdb6: couldn't mount because of unsupported optional features (ca9bc1e0).
Code:
gaurish ~ $ sudo mount /dev/sdb6 /media/fl/
mount: unknown filesystem type 'ext4'
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
ext4 is very recent, so I would download a very new knoppix or similar live rescue system to mount the filesystem. To keep ability to access it, upgrade your kernel, and make sure that ext4 is one of the filesystems included.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
if you have the kernel that you should, and run "modprobe ext4dev",
then you should be able to mount the filesystem and copy whatever you need off of it.
I yeah i tried, it says "mount: wrong fs type, bad option, bad superblock on /dev/sdb6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so"
also e2fsck does complain about higher reversion number.
So like i said the Volume is corrupted, anyone knows any good data recovery tools?
as i have some previous old photos of my last vacation
if i loose it, i can't get it back
I used a Demo version of "Stellar Phoenix Linux Data Recovery".
And i can see my whole data is intact and unfortunately as being a demo version, it does not allow me to recover my data.
anyone knows the free and open source applications
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.