I have two physical hard drives and the set up looks like this:
I need to partition the sdb1 (fdisk), create ext4 filesystem based on the type that is used on sda (mkfs command), and mount it to /home. I want the home directory do be sda3 plus the whole sdb in size.
What would be the best way of doing this?
Thanks.