I have migrated some to ext3 without a problem.
it is pretty simple, since you already
have ext3 support in your kernel, right ?
if that is the case, this is what you need to do.

1.  tune2fs -j /dev/hdXX
#   what this does is makes a journal for your ext2

2.  tune2fs -i 0 -c 0 /dev/hdXX
#   not sure if you need this, but this turns off
#   checking of mount every 20 th mount or 180 days
#   don't need it anymore with ext3 :))

3.  make adjustments to your /etc/fstab like the ones
    already mounted for your other filesystems

4.  don't forget that ext3 can be mounted back to ext2

5.  /sbin/tune2fs -l
#   when you run this after, you should see journal information
#   also check that forced mount check is turned off
#   from step 2 above

6.  backup, before you do, but, i doubt you need to.

Good Luck


On Fri, 9 Nov 2001, Bill Hartwell wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Has anyone had good luck migrating an in-use partition from ext2 to
> ext3? If so, how did you do it? What precautions did you need to
> take, and did you lose any data in the process?
>
> I'm asking because when I installed 7.2, I had my system partitions
> reformatted to ext3, but didn't let it touch my /home partition. So
> far, I like the way the system is running, so I'm willing to try
> migrating my /home to ext3 - but want to make sure I don't screw
> something up in the process or make a mistake someone else has
> already found a workaround for.
>
> - --
> All private email sent with PGP encryption. Email for key.
> Homepage: http://www.macmanusnet.net
> NMSU Libertarians: http://liberty.macmanusnet.net
> It's time for Bill of Rights Enforcement!
> "Justices Bradley, Swayne and Field emphasized that the first eight
> Amendments granted citizens of the United States certain privileges
> and immunities that were protected from abridgment by the States by
> the Fourteenth Amendment. " - Gideon v Wainwright (372 US 335)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iEYEARECAAYFAjvrgocACgkQJVkkvczdQ8wQRgCgsNJugQvwJLXqDogD9jhw2aat
> nuQAoL19/8a4YaCeoX8J9JSNGBGX9xy0
> =uObJ
> -----END PGP SIGNATURE-----
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to