|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] How best to replace old drive with new drive
|
jondz points out the multiple partitions issue. In addition to his/her
troubleshooting steps: Check to make sure you have a faithful copy residing
in /mnt/hda1. Does /mnt/hda1/bin exist? What does fdisk -l output regarding
partitions? What does /mnt/hda1/etc/fstab show, and what does "mount" show?
Do those latter two match?
Another issue: when I chroot and want to do some normal work in the chroot, I
always bind mount /dev and /proc into the chroot area.
mount -o bind /dev /mnt/hda1/dev
mount -o bind /proc /mnt/hda1/proc
This makes many many programs work better inside the chroot.
Regards,
Dan W.
> > 5) chroot into the new drive's root
>
> I can't seem to chroot. I actually Ghosted the drive; made it the sole
> HD in the system; booted with Knoppix; did a "mount /dev/hda1
> /mnt/hda1"; then tried "chroot /mnt/hda1".
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|