Linux - resize2fs Bad magic number in super-block


 When you run resize2fs and you hit by Bad Magic Number in super-block error (see screenshot)



It is likely mean that your disk mount is not ext4. resize2fs is meant for ext4 type.

You can check you mount type with 

mount | column -t


For me, it is xfs, so, I need to use xfs_growfs

Comments

Popular Posts