grr ...
This is a 160.0 GB PATA 3.5" HD in a USB enclosure. About a month ago I formatted it with EXT2 (*1) and filled to 99% with files. It has been plugged in and running on the system ever since. I mount it when needed and then unmount when done. It has been unmounted about two weeks.
Plugging in the USB opens a Dolphin window with a yellow error message suggesting to check dmesg | tail.
Based on the log message I suspect filesystem corruption, but can only guess what the cause might be.
How to proceed?
EDIT
*1 I now have good reason to assume this partition was formatted with EXT2
This is a 160.0 GB PATA 3.5" HD in a USB enclosure. About a month ago I formatted it with EXT2 (*1) and filled to 99% with files. It has been plugged in and running on the system ever since. I mount it when needed and then unmount when done. It has been unmounted about two weeks.
Plugging in the USB opens a Dolphin window with a yellow error message suggesting to check dmesg | tail.
Code:
tmp$ dmesg | tail [ 270.762215] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 270.763817] sd 2:0:0:0: [sdb] 312500000 512-byte hardware sectors (160000 MB) [ 270.765072] sd 2:0:0:0: [sdb] Write Protect is off [ 270.765080] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 270.765084] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 270.765641] sdb: sdb1 [ 270.796658] sd 2:0:0:0: [sdb] Attached SCSI disk [ 270.796716] sd 2:0:0:0: Attached scsi generic sg2 type 0 [ 282.362855] EXT2-fs error (device sdb1): ext2_check_descriptors: Block bitmap for group 1152 not in group (block 4294967288)! [ 282.362868] EXT2-fs: group descriptors corrupted! tmp$ sudo fdisk -l /dev/sdb Disk /dev/sdb: 160.0 GB, 160000000000 bytes 255 heads, 63 sectors/track, 19452 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd0f4738c Device Boot Start End Blocks Id System /dev/sdb1 1 19452 156248158+ 83 Linux tmp$
How to proceed?
EDIT
*1 I now have good reason to assume this partition was formatted with EXT2
Comment