Currently, there is no translation available for this page, the English page is shown instead!

Clear message

Resizing Ext3

tune2fs -O ^has_journal /dev/hdax
e2fsck -v -f /dev/hdax

convert back to ext3
tune2fs -j /dev/hdax
e2fsck -v -f /dev/hdax

TipsAndTricks/ResizeExt3 (last edited 2009-03-06 03:04:14 by PhilSchaffner)