View difference between Paste ID: KQqeLi7Z and RVgrFk5U
SHOW: | | - or go back to the newest paste.
1-
me@msp07:~$ sudo fsck -t ext4 /dev/vg00/bacula_backups
1+
 sudo fsck.ext4  /dev/vg00/bacula_backups
2-
[sudo] password for ejortegau: 
2+
3-
fsck from util-linux 2.20.1
3+
fsck.ext4: Filesystem revision too high while trying to open /dev/vg00/bacula_backups
4
The filesystem revision is apparently too high for this version of e2fsck.
5-
fsck.ext4: Filesystem revision too high while trying to open /dev/mapper/vg00-bacula_backups
5+
6
7
8
The superblock could not be read or does not describe a correct ext2
9
filesystem.  If the device is valid and it really contains an ext2
10
filesystem (and not swap or ufs or something else), then the superblock
11
is corrupt, and you might try running e2fsck with an alternate superblock:
12
    e2fsck -b 8193 <device>