The resize2fs tag has no wiki summary.
2
votes
1answer
3k views
How do I determine the new size for resize2fs?
I want to shrink an ext4 filesystem to make room for a new partition and came across the resize2fs program. The command looks like this:
resize2fs -p /dev/mapper/ExistingExt4 $size
How should I ...