Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Hard Drive Crash - Please Help
Date: Sat, 27 Jan 2007 18:29:34
Message-Id: 200701271823.37253.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Hard Drive Crash - Please Help by Grant
1 On Saturday 27 January 2007 16:38, Grant wrote:
2 > All of the laptop's data has now been moved to the desktop system over
3 > the network. I still don't see how I can move the data back to the
4 > laptop after reformatting it. Is buying the laptop hard drive adapter
5 > the only way?
6
7 Please try not to top post in this ML.
8
9 Boot your laptop using a Linux LiveCD. Mount your hard drive (e.g.
10 mount /dev/hda /mnt/hda. Start sshd. Go to your desktop and run something
11 like:
12
13 cat archive_file.bz2 | ssh -c blowfish user@laptop_ip_address "cd /mnt/hda ;
14 tar -xjpvf archive_file.bz2"
15
16 WARNING: I haven't tried it out, but you could adjust/adapt it and experiment
17 with it.
18 --
19 Regards,
20 Mick

Replies

Subject Author
Re: [gentoo-user] Hard Drive Crash - Please Help Grant <emailgrant@×××××.com>