Alright so I think using write support in Win 8 using Ext2FSD for my EXT partitions has come back to bite me..I have 2 separate issues here with 2 separate HDDs.
HDD 1. One HDD is reporting 0 space left in dolphin. However, I know I did not use up all the space, and KDE Partition Manager and Gparted show some free space as well.
HDD 2. The other HDD refuses to mount in Kubuntu. It gives this error message when I try:
dmesg | tail output is:
sdd1 is the partition that wont mount.
sdc1 is the partition that mounts but reports incorrect data usage.
I ran "sudo fsck.ext4 -v /dev/sd##" on both drives.
HDD 1.It quickly claimed to have fixed sdc1 but after a reboot, the problem is still there.
HDD 2. It ran an operation, sorry I do not have th exact out put, forgot to copy and paste before a reboot, but I ran it from about 7PM last night, to 4PM today, and it was still not done, so I rebooted. Problem still exists.
Am I screwed in terms of data recovery?
HDD 1. One HDD is reporting 0 space left in dolphin. However, I know I did not use up all the space, and KDE Partition Manager and Gparted show some free space as well.
HDD 2. The other HDD refuses to mount in Kubuntu. It gives this error message when I try:
Code:
An error occurred while accessing 'Desktop', the system responded: The kernel driver for this filesystem type is not available.: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdd1, missing codepage or helper program, or other error. In some cases useful info is found in syslog - try dmesg | tail or so
xplorer4x4@xplorer4x4-MS-7673:~$ dmesg | tail
[ 20.069634] usb 2-1.5: Manufacturer: La-VIEW Technology
[ 20.071514] input: La-VIEW Technology Naos 5000 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input13
[ 20.071770] hid-generic 0003:04B4:1224.0003: input,hiddev0,hidraw2: USB HID v1.00 Keyboard [La-VIEW Technology Naos 5000 Mouse] on usb-0000:00:1d.0-1.5/input0
[ 37.277290] EXT4-fs (sdd1): ext4_check_descriptors: Checksum for group 3201 failed (45969!=38902)
[ 37.277293] EXT4-fs (sdd1): group descriptors corrupted!
[ 306.412413] EXT4-fs (sdc1): error count: 3
[ 306.412418] EXT4-fs (sdc1): initial error at 1358560365: ext4_journal_start_sb:371
[ 306.412421] EXT4-fs (sdc1): last error at 1358587789: ext4_put_super:887
[ 891.420973] EXT4-fs (sdd1): ext4_check_descriptors: Checksum for group 3201 failed (45969!=38902)
[ 891.420975] EXT4-fs (sdd1): group descriptors corrupted!
[ 20.069634] usb 2-1.5: Manufacturer: La-VIEW Technology
[ 20.071514] input: La-VIEW Technology Naos 5000 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input13
[ 20.071770] hid-generic 0003:04B4:1224.0003: input,hiddev0,hidraw2: USB HID v1.00 Keyboard [La-VIEW Technology Naos 5000 Mouse] on usb-0000:00:1d.0-1.5/input0
[ 37.277290] EXT4-fs (sdd1): ext4_check_descriptors: Checksum for group 3201 failed (45969!=38902)
[ 37.277293] EXT4-fs (sdd1): group descriptors corrupted!
[ 306.412413] EXT4-fs (sdc1): error count: 3
[ 306.412418] EXT4-fs (sdc1): initial error at 1358560365: ext4_journal_start_sb:371
[ 306.412421] EXT4-fs (sdc1): last error at 1358587789: ext4_put_super:887
[ 891.420973] EXT4-fs (sdd1): ext4_check_descriptors: Checksum for group 3201 failed (45969!=38902)
[ 891.420975] EXT4-fs (sdd1): group descriptors corrupted!
sdc1 is the partition that mounts but reports incorrect data usage.
I ran "sudo fsck.ext4 -v /dev/sd##" on both drives.
HDD 1.It quickly claimed to have fixed sdc1 but after a reboot, the problem is still there.
HDD 2. It ran an operation, sorry I do not have th exact out put, forgot to copy and paste before a reboot, but I ran it from about 7PM last night, to 4PM today, and it was still not done, so I rebooted. Problem still exists.
Am I screwed in terms of data recovery?
Comment