> * Nick Kurshev schrieb am 25.12.02 um 19:54 Uhr:
>> Btw, does there exists any way to convert ext3fs to ext2fs safely?
>>
>
> You may try to "mount -t ext2fs" it.
s/ext2fs/ext2/
If you wish to *permanently* convert an ext3 volume to ext2, I believe
the way to do it is to first umount it and then run:
# tune2fs -O ^has_journal /dev/xxx
# fsck -f /dev/xxx
where /dev/xxx is the volume in question.
-- / | [|] Sean Neakums | Questions are a burden to others; [|] <sneakums@zork.net> | answers a prison for oneself. \ | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/