From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-59095-garchives=archives.gentoo.org@gentoo.org>) id 1HAVj6-0000vt-6L for garchives@archives.gentoo.org; Fri, 26 Jan 2007 18:23:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0QILtYA004657; Fri, 26 Jan 2007 18:21:55 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0QIGYTI030506 for <gentoo-user@lists.gentoo.org>; Fri, 26 Jan 2007 18:16:34 GMT Received: by an-out-0708.google.com with SMTP id b8so397848ana for <gentoo-user@lists.gentoo.org>; Fri, 26 Jan 2007 10:16:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ue8jB8c+DXkGTvn7UiCZQSQ0P5VWWgRiViNJfr761vGc/DpeRu7oIQtu3gu7GCQOCclFCmq7uHy2dBXHEsaYtLO+KGOyTXbofYhIXncyocaQJL2x3qYoe8EtIWGg188JMp0dxxR+njSNxoFNCOvDJBZVnXkOuPADxDN76ruNRX8= Received: by 10.114.12.9 with SMTP id 9mr126794wal.1169835393017; Fri, 26 Jan 2007 10:16:33 -0800 (PST) Received: by 10.114.174.18 with HTTP; Fri, 26 Jan 2007 10:16:32 -0800 (PST) Message-ID: <49bf44f10701261016q4de0d089le654bb3056792956@mail.gmail.com> Date: Fri, 26 Jan 2007 10:16:32 -0800 From: Grant <emailgrant@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Hard Drive Crash - Please Help In-Reply-To: <49bf44f10701260947s32593b13p602f77f58f2db557@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10701250820n4ad79b8dudcdba5a8e584545@mail.gmail.com> <49bf44f10701251020m48feed3cu87cd22596ba63fb3@mail.gmail.com> <49bf44f10701251028n5813295cycdd61aea0cc08347@mail.gmail.com> <200701252016.40150.shrdlu@unlimitedmail.org> <8cd1ed20701251319s4671c94erbccf85a47d0a2420@mail.gmail.com> <49bf44f10701260947s32593b13p602f77f58f2db557@mail.gmail.com> X-Archives-Salt: f5939d93-39f9-4a9c-b704-6114ad736961 X-Archives-Hash: c1c10052fd126d4b40ff55fc874bcc0a I used Ctrl+Alt+Fn to determine that the sizes of the copied directories on the desktop system do seem to correspond with their original sizes on the laptop so that's good. How should I copy the data from the desktop system back to the laptop? After the data is copied to the desktop, I'll make new filesystems on the laptop's partitions, so how can I get the data back to the laptop? - Grant On 1/26/07, Grant <emailgrant@gmail.com> wrote: > My laptop is currently still copying everything to my desktop system > via tar and ssh. I generally have to run rc on the desktop system > periodically to make sure network-dependent services are still running > as the desktop sometimes loses the wireless connection temporarily. > When I ran rc this morning, I saw that ssh started so it must have > stopped some time overnight as it usually does. The laptop was still > running the tar | ssh command I had started the night before. Could > the desktop be missing some of the laptop's data since the desktop > wasn't running ssh all night, or would it "catch up" now that ssh is > running? > > The laptop doesn't run sshd and X is not working so I can't make a > comparison of the data on the two systems. > > - Grant > > On 1/25/07, Kent Fredric <kentfredric@gmail.com> wrote: > > > dd if=/dev/hda3 bs=<some_large_value> | bzip2 | ssh user@target "cat > > > > /suitable/path/to/hda3.img.bz2" > > > > > > Or, if you can mount the partition, you can use tar: > > > > > > tar -cjvf - /mount/point/ | ssh user@target "cd /some/path ; tar -xjvf > -" > > > > > > > you could also use netcat to transfer the files instead of ssh, would > > probably be closer to the speen of the lan and have less CPU overhead > > > > Target: > > nc -l -p 5999 > hda3.img > > Source: > > dd if=/dev/hda3 | nc 192.168.your.ip 5999 > > > > > > if your hard drive is trashed like you say it is, you may want to use > > ddrescue ( sys-fs/ddrescue ) > > > > And make sure for the love of sanity the drive you are copying is > > _NOT_ currently mounted, at least not in write mode, or the image you > > produce could be crufted. > > -- > > gentoo-user@gentoo.org mailing list > > > > > -- gentoo-user@gentoo.org mailing list