My current system is laid out across two drives:
- 40GB for
/
and/swap
(dev/sdb
) - 1TB for
/home
(dev/sdc
)
As my /home
drive is running out of space, and storage is cheap, I've bought a 2TB drive with the intent of expanding /home
across that drive too (so /home
is spread over two drives/3TB).
I expected this to happen automagically (though I have no idea why I would expect that, really), the drive is installed (dev/sda
), formatted as ext4
, but I've no idea where to go next. Is this easy, is there a tool that can do this?
I've read the following questions:
But I can't piece together the advice in such a way that it makes sense to me, or how it enables:
- Expansion of
/home
, - Auto-mounts the new drive.
I've been using Ubuntu for almost three years, and I still need schoolin'...sigh.
/home
or to make your 1 TB and 2 TB drive into one logical partition with LVM and mount it in/home
. – N.N. Jul 09 '11 at 12:28/home
, and slightly less trouble (once set up). – David Thomas Jul 09 '11 at 15:08/media
, and copying it all from the/home
directory and into the new drive that way? It seems less intuitive than I've come to expect from *nix, though...but, again, I'm unsure why. =/ – David Thomas Jul 09 '11 at 20:16/home
to the new drive? – Nathan Osman Jul 10 '11 at 01:21