Ron Johnson wrote:
Hi,
# mount -v -t ext4 /dev/main_huge_vg/main_huge_lv /data/big
$ dmesg | tail -n2
EXT4-fs: ext4_check_descriptors: Block bitmap for group 0 not in group
(block 3120627712)!
EXT4-fs: group descriptors corrupted!
Can I just do this?
# e2fsck /dev/main_huge_vg/main_huge_lv
You know the usual rules about fsck'ing a mounted file system?
ext4 reduces to ext3, or even ext2 as long as you haven't use extents
(and the journal's reasonably clean).
So yes.
Haven't they added ext4 to the fsprogs? Is there not a fsck.ext4?
Mark Allums
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org