Messages in this thread |  | | | Subject | Re: [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault | | From | Sean Neakums <> | | Date | Wed, 25 Dec 2002 20:35:31 +0000 |
| |
commence Marc Schiffbauer quotation:
> * 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/
|  |