|
Some remarks on this: 1) Do not try to copy /proc - this is the directory which is being created while the system is runing. Just create it with mkdir proc 2) Do not copy /mnt directory directly - thie way you will get to a closed cyscle - will try to copy thea;ready copied content to itself (e.g. /mnt/<newdisk> to /mnt/<newdisk>/mnt/<newdisk>) - you do not need that for sure. 3) You can ommit copying such directory as /temp and other temporary directories... Why waste time and space - you'll get lots of this temporary stuff later. All the rest will be fine. Jus DO NOT forget to install lilo or grub properly to the disk with the copied content before disconnecting the old disk. Good luck Raymund Dave Lee wrote: Jon Copeland wrote: |
_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

