I am a Linux newbie. I downloaded the Fedora 10 preview and isntalled it on a system with a 250GB drive. I then installed a new 500GB hard drive. Here's what I want to do: move my Home directory to the new drive.
I started gparted to format the new drive to ext3. Here's what gparted tells me about the drives:
The first drive: /dev/sda with two partitions on it (the install created those):
/dev/sda1 with an ext3 filesystem, mountpoint is /boot, Label is /boot size is 196 MiB, Flags: boot, Raid
/dev/sda2 with an unkown filesystem, nothing for mountpoint and label, size is 232 GiB, Flags: LVM
The second drive: /dev/sdb with one parition:
/dev/sdb2 with an ext3 filesystem, and no flags.
How do I move my Home directory to the /dev/sdb2 drive?