- Sep 30, 2001
- 12,684
- 2
- 81
/commence thread recycling
I have 2 matched 40gb and 2 matched 100gb drives. Would it be possible to setup one 40gb + 100gb in LVM and likewise with the other 2 and then raid 1 the two of them together? Or should I just stick with 2 raid 1 arrays. All this will be with software RAID 1.
--------------old-------------
Well I fixed, I took all of my IDE drives out... all 4 of them. Reinstalled Debian on my SCSI drive. Rebooted, and it worked. Upgraded my kernel to a SMP one, installed all of server packages and copied my config files back over. Everything is fine and dandy.
I was trying to move my install from a 40gb IDE drive to a 9gb SCSI drive so I can free that drive up for data storage.
Here is what I did, after booting up into knoppix off a cd.
1) Created new partitions and created the filesystems.
2) mount /dev/hda1 /mnt/old
3) mount /dev/sda1 /mnt/new
4) cd /mnt/old
5) cp --archive ./ /mnt/new
6) chroot /mnt/new /bin/bash
7) edited lilo to change from hda to sda
8) Re-ran lilo, and rebooted
Now when it boots I get "Invalid Partition Table" and that's it. It doesn't even appear that lilo is loading. This leaves my system completely unbootable, except for cd/floppy.
Any ideas of what might be the problem?
I have 2 matched 40gb and 2 matched 100gb drives. Would it be possible to setup one 40gb + 100gb in LVM and likewise with the other 2 and then raid 1 the two of them together? Or should I just stick with 2 raid 1 arrays. All this will be with software RAID 1.
--------------old-------------
Well I fixed, I took all of my IDE drives out... all 4 of them. Reinstalled Debian on my SCSI drive. Rebooted, and it worked. Upgraded my kernel to a SMP one, installed all of server packages and copied my config files back over. Everything is fine and dandy.
I was trying to move my install from a 40gb IDE drive to a 9gb SCSI drive so I can free that drive up for data storage.
Here is what I did, after booting up into knoppix off a cd.
1) Created new partitions and created the filesystems.
2) mount /dev/hda1 /mnt/old
3) mount /dev/sda1 /mnt/new
4) cd /mnt/old
5) cp --archive ./ /mnt/new
6) chroot /mnt/new /bin/bash
7) edited lilo to change from hda to sda
8) Re-ran lilo, and rebooted
Now when it boots I get "Invalid Partition Table" and that's it. It doesn't even appear that lilo is loading. This leaves my system completely unbootable, except for cd/floppy.
Any ideas of what might be the problem?