Comment 5 for bug 956038

Revision history for this message
Neil Wilson (neil-aldur) wrote :

I should point out that the resize2fs in precise does the same thing even if you don't specify the size:

For example do

$ cp tiny xxl
$ dd if=/dev/zero of=xxl bs=1 count=0 seek=1310720M
$ resize2fs xxl

When I looked at the code I couldn't see an explicit check in there.