Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How can I move system to new disk?
Date: Fri, 15 Jan 2010 18:19:27
Message-Id: hiqbi6$qgh$1@ger.gmane.org
In Reply to: [gentoo-user] How can I move system to new disk? by Jarry
1 Jarry wrote:
2 > Maybe dump/restore is better solution? Or something else?
3
4 Boot a live CD, mount a source partition to /mnt/src, a destination
5 partition to /mnt/dst (with the right options, e.g. "acl" and
6 "user_xattr" if you use them), then:
7
8 rsync -avHAX /mnt/src/ /mnt/dst
9
10 (The slash after "src" is intentional.)
11
12 Repeat with all partitions. Then install GRUB to the MBR of the new disk.
13
14 -- Remy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: How can I move system to new disk? "Szénási István" <szeist@×××××.com>