On 7/18/05, Bruno Gola <[EMAIL PROTECTED]> wrote: > Error: File system has an incompatible feature enabled.
1) Remove the journal from the ext3 partition using tune2fs:
tune2fs -C ^has_journal <partition>
2) Resize using parted
3) Add the journal back using tune2fs:
tune2fs -j <partition>
See 'man tune2fs' (as root) for important warnings & information (and
I really hope I've got that right...)
Qtparted might be an easier way to do the resize, as well... <shrug>
--
[email protected] mailing list

