Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Transfer OLD HD content to new HD
Date: Fri, 02 Jun 2006 06:29:53
Message-Id: 1149228528.11488.40.camel@orpheus
In Reply to: Re: [gentoo-user] Transfer OLD HD content to new HD by Joseph
1 On Thu, 2006-06-01 at 23:51 -0600, Joseph wrote:
2 > On Fri, 2006-06-02 at 14:37 +0930, Iain Buchanan wrote:
3 > > On Thu, 2006-06-01 at 22:40 -0600, Joseph wrote:
4 > > > What is the best way to transfer content of an old HD to a new one
5 > > > bigger one?
6 > >
7 > > what are you transferring the win98 stuff to? win98, windows-other,
8 > > gentoo?
9 >
10 > Unfortunately yes, :-( I have to stick to that windows 98 for a bit
11 > longer till I find a replacement for Dental Program for my wife.
12 > The computer is running only Windows 98 with one dental program.
13
14 > The easiest method to transfer would be to install new drive as master
15 > change the existing one old one as slave.
16 > Boot from Knoppix CD and do:
17 > # dd if=/dev/hdb of=/dev/hda
18 >
19 > Reboot the computer and that should do it I think. Did I miss anything?
20
21 No, don't do it this way, as you won't be able to use any extra space.
22 Windows 98 uses FAT32, which is very well supported under linux.
23
24 I would do it like this:
25
26 1. Install windows on new HD.
27 2. Install old HD (after you've installed windows)
28 3. boot to knoppix (or similar)
29 4. mount new and old HD
30 5. cp -a /mnt/old/whatever /mnt/new
31
32 HTH,
33 --
34 Iain Buchanan <iaindb at netspace dot net dot au>
35
36 Business will be either better or worse.
37 -- Calvin Coolidge
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Transfer OLD HD content to new HD Joseph <syscon@×××××××××.com>