Quote:
Originally Posted by MS3FGX
Did you try repairing the filesystem with fsck?
|
Yes, I've used fsck with next option.
# fsck.ext3 -p /dev/sdc2
/dev/sdc2 contains a file system with errors, check forced.
/dev/sdc2: Inode 16814, i_blocks is 400, should be 392. FIXED.
/dev/sdc2: Special (device/socket/fifo/symlink) file (inode 188160) has immutable
or append-only flag set. IGNORED.
/dev/sdc2: Special (device/socket/fifo) inode 188160 has non-zero size. FIXED.
/dev/sdc2: Special (device/socket/fifo) inode 227169 has non-zero size. FIXED.
/dev/sdc2: Special (device/socket/fifo) inode 227201 has non-zero size. FIXED.
...........
/dev/sdc2: Special (device/socket/fifo) inode 317631 has non-zero size. FIXED.
/dev/sdc2: Inode 335234, i_size is 7740398491874099712, should be 0. FIXED.
/dev/sdc2: Inode 335234, i_blocks is 3, should be 0. FIXED.
/dev/sdc2: Inode 335235 has compression flag set on filesystem without compression support.
/dev/sdc2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
So should I use now "fsck.ext3 -y /dev/sdc2" without worrying loosing other data?