> Well parted can't do it:
>> (parted) move
> Partition number? 2
> No Implementation: This ext2 filesystem has a rather strange layout!
> Parted can't resize this (yet).
>> I'll try qtparted tonight when I get home.
Have you actually tried temporarily removing journaling with tune2fs
yet?
tune2fs [-f] ^has_journal /dev/hdc2
parted stuff
tune2fs has_journal /dev/hdc2
Be careful with trying any of these utilities, anything that messes with
filesystems and partitions has inherent risks attached. From the tune2fs
man page comes the warning:
-f
Force the tune2fs operation to complete even in the face of errors. This
option is useful when removing the has_journal filesystem feature from a
filesystem which has an external journal (or is corrupted such that it
appears to have an external journal), but that external journal is not
available.
WARNING: Removing an external journal from a filesystem which was not
cleanly unmounted without first replaying the external journal can
result in severe data loss and filesystem corruption.
Regards,
Stephen
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!