On Fri, 2003-08-08 at 21:19, [EMAIL PROTECTED] wrote:
> I know that when Ive loaded a new RH distribution Ive been given
> the option of converting my ext2 fs to ext3.  I didnt do it
> then, but Im ready now.
> 
> However, scanning /sbin, /usr/sbin, /bin, /usr/bin for something
> with 'ext3' in its name didnt turn up anything appropriate...
> 
> So Whats the name of the program Im looking for, and where 
> does it reside???  And if its possibly in an RPM that I havent
> loaded, knowing the name of that RPM would help...

Straight out of the Red Hat Linux manual...

"To convert an ext2 file system to ext3, log in as root and type: 

/sbin/tune2fs -j /dev/hdbX

In the above command, replace /dev/hdb with the device name and X with
the partition number. 

After doing this, be certain to change the partition type from ext2 to
ext3 in /etc/fstab. 

If you are transitioning your root file system, you will have to use an
initrd image (or RAM disk) to boot. To create this, run the mkinitrd
program. For information on using the mkinitrd command, type man
mkinitrd. Also make sure your GRUB or LILO configuration loads the
initrd."

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to