>From the EXT3 FAQ at http://people.spoiled.org/jha/ext3-faq.html

Q: How do I convert my ext3 partition back to ext2?
Actually there is only little need to do so, because in most cases it is
sufficient to mount the partition explicitely as ext2. But if you really
need to convert your partion back to ext2 just do the following on an
umounted partition: 
    tune2fs -O ^has_journal /dev/hdaX
To be on the safe side you should force a fsck run on this partition
afterwards: 
    fsck.ext2 -f /dev/hdaX
After this procedure you can safely delete the .journal file if there was
any. 

-----Original Message-----
From: Keith Antoine [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Partitioner


On Wed, 16 Jan 2002 19:28,Michael Scottaline scribed:

> ================================
> Hey Skippy,
>       Now I'm confused (well..., I usually am).  I *thought* one of the
> supposed virtues of ext2/ext3 was the ability to change "on the fly" from
> one to the other with the approrpiate adjustments to /etc/fstab, so long
> as ext3 support had been compiled into the kernel. <shrug> Mike

I cannot see any way to reverse the trend from ext3 to 2. The other way is 
simple (tune2fs -j). Nothing I can see undoes this, not that I wanto
normally

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to