Sandhitsu R Das on Wed, 5 Jul 2000 18:17:25 -0400 (EDT) |
On Tue, 4 Jul 2000, Jason wrote: > I want to move an entire system (on a single partition) to another hard drive with as little hassle as possible. I could use cp -rpd for most of it but how do I deal with the contents of /dev? Do I really need to actually install a system on the new drive? I think a very good option would be # cp /dev/hda2 /dev/hdb assuming /dev/hdb2 - existing linux partition /dev/hdb - new disk I have done entire system copying with "cp /dev/hda /dev/hdb" without any problem (also the fastest). > > Jason > > ______________________________________________________________________ Philadelphia Linux Users Group - http://plug.nothinbut.net Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|