Ok what I have is a IDE 80gig Hard Drive installed which is /home/
What I want to do is add a xxxgig SATA drive and merge the two drives together to make a bigger /home/ drive without losing any information currently on the ide hard drive (/home/)
Posts: 32,071
Thanks: 697
Thanked 4,251 Times in 3,263 Posts
Then you must shutdown the server, install the new HD, start the server again, run fdisk or cfdisk to partition the harddisk, the format the harddiskt with e.g. ext3.
Then i recommend to mount the new HD as e.g /mnt/tmp_home, copy all files from /home to the /mnt/tmp_home partition. Then change the /etc/fstab that your new hd is mounted as /home after reboot and then reboot your server.
Posts: 32,071
Thanks: 697
Thanked 4,251 Times in 3,263 Posts
This will replace your home partition with a partition of the new harddisk. it will not replace the complete old harddisk. If you want to merge the new and old /home partition, you will have to use LVM (logical valume management) but I'am not sure if you can install it when the server is laready setup.
Recent comments
15 hours 16 min ago
16 hours 16 min ago
20 hours 3 min ago
21 hours 17 min ago
1 day 53 min ago
1 day 8 hours ago
1 day 17 hours ago
1 day 18 hours ago
2 days 9 hours ago
2 days 12 hours ago