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.