Hello everyone.
A few months ago I asked for help in installing a third hard drive:
http://kubuntuforums.net/forums/inde...80068#msg80068
Now I am in the process of upgrading my PC in a big way. a P4-2.66 will replace my P3-1.26 Tualatin, 2gb RAM replaces 512mb RAM, and one big 320mb HDD will replace the three 40gb HDD I already have.
I decided to do the hard drive first.
So far, I have been successful in removing one 40gb drive and replacing it with the 320gb drive. Via GParted, I have managed to partition this drive into three:
/newRoot (40gb)
swap (20gb)
/home (237gb)
Moreover, I have managed to copy the contents of the original /home directory from one of the two remaining 40gb drives. All I need to do now is to copy the root directory from a 40gb drive onto the 320gb one. But, of course, I am having problems. For starters, I can't seem to unmount the original /home. I also can't seem to "swap" over the swap from its current drive to the new one. I haven't even tried to move root yet.
Here is fstab:
proc /proc proc defaults 0 0
# /dev/hdb1
UUID=04c95748-a0ef-4f0d-a713-ccc1ff83f2b9 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda3
UUID=17693f6f-55e7-45eb-9fba-d7a885cf268b /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda1
UUID=7e6a585d-73cf-44fc-9bf1-50ad1f040f86 /media/sda1 ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 3
# /dev/hda1
# /dev/hdb2
/dev/sdb2 none swap sw 0 0
/dev/scd0 /media/cdrom0 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/ /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
/dev/sdc1 /NewRoot ext3 nouser,atime,auto,rw,nodev,exec,nosuid 0 0
<device> <mount\040point> auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
<device> <mount\040point> auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
<device> <mount\040point> ext3 nouser,loop,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/sdc2 <mount\040point> swap noauto 0 0
/dev/sdc3 /home auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
So what I'm after is simple:
1x 320gb drive with three partitions:
/
swap
/home
With all the information from the remaining two 40gb drives put into the relevant partitions.
What do I do?
A few months ago I asked for help in installing a third hard drive:
http://kubuntuforums.net/forums/inde...80068#msg80068
Now I am in the process of upgrading my PC in a big way. a P4-2.66 will replace my P3-1.26 Tualatin, 2gb RAM replaces 512mb RAM, and one big 320mb HDD will replace the three 40gb HDD I already have.
I decided to do the hard drive first.
So far, I have been successful in removing one 40gb drive and replacing it with the 320gb drive. Via GParted, I have managed to partition this drive into three:
/newRoot (40gb)
swap (20gb)
/home (237gb)
Moreover, I have managed to copy the contents of the original /home directory from one of the two remaining 40gb drives. All I need to do now is to copy the root directory from a 40gb drive onto the 320gb one. But, of course, I am having problems. For starters, I can't seem to unmount the original /home. I also can't seem to "swap" over the swap from its current drive to the new one. I haven't even tried to move root yet.
Here is fstab:
proc /proc proc defaults 0 0
# /dev/hdb1
UUID=04c95748-a0ef-4f0d-a713-ccc1ff83f2b9 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda3
UUID=17693f6f-55e7-45eb-9fba-d7a885cf268b /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda1
UUID=7e6a585d-73cf-44fc-9bf1-50ad1f040f86 /media/sda1 ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 3
# /dev/hda1
# /dev/hdb2
/dev/sdb2 none swap sw 0 0
/dev/scd0 /media/cdrom0 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/ /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
/dev/sdc1 /NewRoot ext3 nouser,atime,auto,rw,nodev,exec,nosuid 0 0
<device> <mount\040point> auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
<device> <mount\040point> auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
<device> <mount\040point> ext3 nouser,loop,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/sdc2 <mount\040point> swap noauto 0 0
/dev/sdc3 /home auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
So what I'm after is simple:
1x 320gb drive with three partitions:
/
swap
/home
With all the information from the remaining two 40gb drives put into the relevant partitions.
What do I do?
Comment