I try to resize a container, TASK OK but with error:
So I try to fix but still fail:
Code:
Image resized.
e2fsck 1.43.4 (31-Jan-2017)
MMP interval is 10 seconds and total wait time is 42 seconds. Please wait...
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
e2fsck: MMP: device currently active while trying to open /mnt/data/images/3256/vm-3256-disk-1.raw
Failed to update the container's filesystem: command 'e2fsck -f -y /mnt/data/images/3256/vm-3256-disk-1.raw' failed: exit code 8
TASK OK
So I try to fix but still fail:
Code:
# pct stop 3256
# pct fsck 3256
fsck from util-linux 2.29.2
MMP interval is 10 seconds and total wait time is 42 seconds. Please wait...
fsck.ext4: MMP: device currently active while trying to open /mnt/data/images/3256/vm-3256-disk-1.raw
/mnt/data/images/3256/vm-3256-disk-1.raw:
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
command 'fsck -a -l /mnt/data/images/3256/vm-3256-disk-1.raw' failed: exit code 8
root@sds-999:~#