1. After physically adding the new drive (remember to set jumpers correctly if it is slave), then use
to create a new Linux partition.
2. One you are done with that you do not have to reboot. Instead use
to make Linux aware of the newly created partition.
3. Create your filesystem on the new drive. Use
or whatever you want.
4. Add an entry to /etc/fstab. Will probably look something like this for you:
Code:
/dev/hdb1 /home ext3 acl,user_xattr 1 2
- NOTE: This assumes partition is on second physical drive, first partition; also assumes ext3 filesystem.
5. Either reboot or (my preference) drop down to single-user mode with
and then back up to your normal runlevel - I am assuming 5, so
That should do it.
To answer your question, yes it was a
good move to start using ext3.