Date: Wed, 24 Jun 1998 18:49:31 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: RPD <zula@distance.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copying/duplicating disks: replacing IDE with scsi Message-ID: <Pine.BSF.3.96.980624184831.29163U-100000@resnet.uoregon.edu> In-Reply-To: <358F5048.5F556D4C@distance.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Jun 1998, RPD wrote: > I have just added a scsi drive to my system, is there a way to cp > everything from my IDE drive to my SCSI drive. Basicly looking to just > duplicate everything from my IDE drive to my SCSI drive and take my IDE > drive right out of the box. Any information would help. cp -p -R /disk1 /disk2 -R is recursively copy, -p is preserve permissions. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980624184831.29163U-100000>