Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dd'ing small drive to large one
Date: Mon, 31 Jan 2011 20:08:12
Message-Id: yu9pqrcrihs.fsf@nyu.edu
In Reply to: Re: [gentoo-user] dd'ing small drive to large one by Alex Schuster
1 On Mon, Jan 31 2011, Alex Schuster wrote:
2
3 > Allan Gottlieb writes:
4 >
5 >> On Mon, Jan 31 2011, Alex Schuster wrote:
6 >
7 >> > There is a PC with a 160 GB SATA drive, and I want to replace it with
8 >> > one of about 1 TB in size. Would this work?
9 >> >
10 >> > - attach 2nd drive via SATA port or USB->SATA convertor
11 >> > - boot from rescue CD
12 >> > - dd if=/dev/sda of=/dev/sdb
13 >> > - remove sda, attach sdb to where sda was
14 >> > - reboot
15 >> > - add other partitions or enlarge the last one
16 >> >
17 >> > I do not expect problems, but I'm not entirely sure. Maybe the
18 >> > different drive geometry would have an effect on file system or at
19 >> > least to the Grub boot loader?
20 >>
21 >> Won't dd'ing the whole disk will make the 1TB disk a 160GB disk.
22 >
23 > Not really. Yes, the current partitioning scheme will not make more than the
24 > 160G available. But this can be changed easily later, all I need to do is
25 > call fdisk and add partitions. Or resize the last one.
26
27 Sure, but the other partitions will stay the same size. If you are
28 using lvm then that is no problem, if not I would think it is
29 constraining.
30
31 allan

Replies

Subject Author
Re: [gentoo-user] dd'ing small drive to large one Alan McKinnon <alan.mckinnon@×××××.com>