From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31928 invoked by alias); 6 Nov 2011 14:20:14 -0000 Received: (qmail 31912 invoked by uid 22791); 6 Nov 2011 14:20:13 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_NONE,TW_XV X-Spam-Check-By: sourceware.org Received: from nm21-vm0.bullet.mail.bf1.yahoo.com (HELO nm21-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.137) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 06 Nov 2011 14:19:57 +0000 Received: from [98.139.212.148] by nm21.bullet.mail.bf1.yahoo.com with NNFMP; 06 Nov 2011 14:19:56 -0000 Received: from [98.139.212.209] by tm5.bullet.mail.bf1.yahoo.com with NNFMP; 06 Nov 2011 14:19:56 -0000 Received: from [127.0.0.1] by omp1018.mail.bf1.yahoo.com with NNFMP; 06 Nov 2011 14:19:56 -0000 Received: (qmail 39505 invoked from network); 6 Nov 2011 14:19:56 -0000 X-Yahoo-SMTP: ycweUreswBCK.d0cygTP5tXwHncbOU7YVeVfIxOQoyRMI2IuIKLmUqE- Received: from [192.168.10.168] (lmh_users-groups@71.232.178.51 with plain) by smtp115.biz.mail.mud.yahoo.com with SMTP; 06 Nov 2011 06:19:55 -0800 PST Message-ID: <4EB69788.5020503@molconn.com> Date: Sun, 06 Nov 2011 14:20:00 -0000 From: LMH User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Copying HDD to another HDD References: <20111106103720.GF23597@mrvideo.vidiot.com> In-Reply-To: <20111106103720.GF23597@mrvideo.vidiot.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-11/txt/msg00105.txt.bz2 I think you want to use a disk clone to do this, something like the clonezilla live CD. As long as the drives are the same size, or the target drive is larger, clonezilla will just copy one drive to the other. It does a bit by bit clone, so it doesn't care about files and permissions and such. Even if you could copy with cp, you need the boot sector and such to get the OS up, so that wouldn't work. LMH Mike Brown wrote: > I'm in a situation where a new mobo refuses to boot the SATA boot HDD, but it > will boot an IDE drive. > > So, I'm trying to copy all of the files from the SATA drive to the IDE drive, > but I'm hitting a roadblock where there are files with 10-digit user/group > IDs and file persmissions of 700, which means I can't copy the files because > the Windblows IDs are different. It is XP Pro - 32 bit. > > What can I do that will allow me to do this: > > cd h: > (cd g:/ ; tar cf -)|tar xvpf- > > and get all of the files copied from the SATA drive (g:) to the IDE drive (h:)? > > Thanks. > > Oh, and yes, the normal Windblows copy fails as well. Even though I am the > only user on the system and should have 100% administrative permission, there > are file that I can't copy. > > MB -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple