From owner-freebsd-questions Wed Jun 24 18:51:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19393 for freebsd-questions-outgoing; Wed, 24 Jun 1998 18:51:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19221 for ; Wed, 24 Jun 1998 18:49:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id SAA08527; Wed, 24 Jun 1998 18:49:31 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 24 Jun 1998 18:49:31 -0700 (PDT) From: Doug White To: RPD cc: freebsd-questions@FreeBSD.ORG Subject: Re: copying/duplicating disks: replacing IDE with scsi In-Reply-To: <358F5048.5F556D4C@distance.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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