I have 1 SSD (128 GB) and 1 HDD (1000 GB)
Yesterday, I used this tutorial to migrate my /home directory to a different partition
[LINK]:
help.ubuntu.com/community/Partitioning/Home/Moving
(followed all steps, less 'Moving /home into /old_home' and 'Deleting the old Home' which they seemed irrelevant for me)
I want / and its content (less home) to be stored on the SSD (sda) and
/home inside the HDD (sdb)
So this is my df by the moment:
$ df -H | grep /dev/
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 269M 81M 188M 31% /boot/efi
/dev/sdb1 242G 205G 26G 90% /
/dev/sdb2 312G 117G 180G 40% /home
I'm about to move the / dir to sda but this happened:
/ seems like has /home inside
The contradictory part is that nautilus and baobab (or disk usage analyzer) shows / size to approximately 15.6 GB.
Not letting me copy/paste the / partition tho SDD(sda) (remember SDD has 128 GB)
Please see these links (Disk Usage Analyzer reports)

