Gentoo Archives: gentoo-user

From: Ben Blount <kryptic0329@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "Copying" between hard drives potential newbie question
Date: Thu, 01 Sep 2005 23:24:50
Message-Id: af86c60b05090116165fd89394@mail.gmail.com
In Reply to: Re: [gentoo-user] "Copying" between hard drives potential newbie question by John Jolet
1 MBR is probably damaged, hence why it won't boot. I would run
2 grub-install just to be sure.
3
4 You could also mount your old disk and the new disk, then use
5 cp -R /mnt/olddisk/* /mnt/newdisk/
6 (putting in the appriopriate mount locations of course)
7
8 Ben Blount
9
10 On 9/1/05, John Jolet <john@×××××.net> wrote:
11 > On Thursday 01 September 2005 18:04, Neil Bothwick wrote:
12 > > On Thu, 1 Sep 2005 22:36:59 +0100, Stuart Howard wrote:
13 > > > My question :-
14 > > >
15 > > > I need to "copy" all from hdb to hda what would be the sugested route?
16 > >
17 > > If both drives are the same size
18 > >
19 > > dd if=/dev/hdb of=/dev/hda bs=4096
20 > will that get the mbr, or does he still need to do the grub-install step?
21 > --
22 > John Jolet
23 > Your On-Demand IT Department
24 > 512-762-0729
25 > www.jolet.net
26 > john@×××××.net
27 > --
28 > gentoo-user@g.o mailing list
29 >
30 >
31
32 --
33 gentoo-user@g.o mailing list

Replies