search for: ext4_check_descriptor

Displaying 4 results from an estimated 4 matches for "ext4_check_descriptor".

Did you mean: ext4_check_descriptors
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
Unfortunately, there has been a huge number of bug fixes for ext4's online resize since 2.6.32 and 1.42.11. It's quite possible that you hit one of them. > The 51.8% seems very suspicious to me. A few weeks ago, I did an online > resize2fs, and the original filesystem was about 52% the size of the new > one (from 2.7TB to 5.3TB). The resize2fs didn't report any errors, and
2014 Jun 02
5
Re: [long] major problems on fs; e2fsck running out of memory
...probably around 75% of your files can > probably be recovered. So, now when I try to mount, I get an error: # mount -o ro -t ext4 /dev/mapper/vg1--sdb-lv_vz /vz/ mount: Stale NFS file handle That's clearly a spurious error, so I checked dmesg: # dmesg|tail [159891.219387] EXT4-fs (dm-0): ext4_check_descriptors: Checksum for group 42252 failed (36703!=0) [159891.219586] EXT4-fs (dm-0): ext4_check_descriptors: Checksum for group 42253 failed (51517!=0) [159891.219786] EXT4-fs (dm-0): ext4_check_descriptors: Checksum for group 42254 failed (51954!=0) [159891.220025] EXT4-fs (dm-0): ext4_check_descriptors:...
2014 May 31
4
[long] major problems on fs; e2fsck running out of memory
Hello ext3 list, I am having an odd issue with one of my filesystems, and I am hoping someone here can help out. Yes, I do have backups. :) But as is often the case, it's nice to avoid restoring from backup if possible. If there is a more appropriate place for this question please let me know. After quite a while between reboots, I saw a report on the console that the filesystem was
2011 Nov 26
1
damaged encrypted LUKS device
...ock on /dev/mapper/udisks-luks-uuid-70a2aedf-ce7e-4e12-8f0b-ec7974ebdbd4-uid1000, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so And from <dmesg> i got the message: > [ 3094.394043] EXT4-fs (dm-0): ext4_check_descriptors: Inode bitmap for group 3328 not in group (block 1235654634)! > [ 3094.394056] EXT4-fs (dm-0): group descriptors corrupted! Further on, when i try to <fsck -N /dev/sdb> i get: > fsck from util-linux 2.19.1 > fsck: fsck.crypto_LUKS: not found > fsck: Error 2 while executing fsck....