> It seems really impractical to try to "copy" the data from one > disk to another (correct me if I am wrong, please) because symlinks > tend to get lost or messed up. > > It seems really impractical to try to "copy" the data from one > disk to another (correct me if I am wrong, please) because symlinks > tend to get lost or messed up. > > Seems to me the most direct way to move the system is make new boot > disks, install a base system from my old CD (1.1), upgrade in place > to 1.2 using ftp, and then restore my favorite configuration files. > > Anyone have a better idea?
I just moved a partition. I think I got the recipe from Matt Welsh's book. remove /proc from /etc/fstab and reboot mkdir /t mount /dev/newpartition /t (cd / && tar lcf - .)|(cd /t && tar xvpf -) Regards. Rick -- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .