All of lore.kernel.org
 help / color / mirror / Atom feed
From: James <james@piku.org.uk>
To: linux-admin@vger.kernel.org
Subject: Re: Converting from ext2 to ext3
Date: Fri, 31 May 2002 22:17:08 +0100	[thread overview]
Message-ID: <20020531211708.GO29977@piku.org.uk> (raw)
In-Reply-To: <3CF7DA85.5A3A0301@fi.uba.ar>

On Fri, May 31, 2002 at 05:18:13PM -0300, Dar?o Mariani wrote:
| Hello:
|   Which command should I run in a Linux RedHat 7.3 box to convert an
| ext2 fs to ext3?

Shut your machine down into runlevel 1 (make sure you're sat at the
console, then type 'init 1')

Then type:

tune2fs -j /dev/blah

Then edit /etc/fstab and change the filesystem type for that
partition to ext3.

Backing up your data recommended! (it'll probably work perfectly well
and not mess up, but if it does, you'll be glad of the backup).

I can't remember if you need to unmount the partitions first. You
probably do, so for your root partition you'll need to boot from a
bootdisk (the Slackware ones are handy for this) and issue the command.

And just so you know, when making new partitions, adding '-J' to mke2fs
will create ext3 partitions for you.

-- 
I will not fake seizures  
 
6AD6 865A BF6E 76BB 1FC2 | www.piku.org.uk/public-key.asc
E4C4 DEEA 7D08 D511 E149 | www.piku.org.uk wnzrf@cvxh.bet.hx (rot13'd)

      reply	other threads:[~2002-05-31 21:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <F97p38NdTyj6iZkxUWZ0000a69a@hotmail.com>
     [not found] ` <20020403050535.GA30908@pawan.dyndns.org>
2002-05-31 20:18   ` Converting from ext2 to ext3 Darío Mariani
2002-05-31 21:17     ` James [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020531211708.GO29977@piku.org.uk \
    --to=james@piku.org.uk \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.