I recently installed Ubuntu alongside windows, but I quickly got run out of space and the only available space is not under the same SSD. Is there a way to extend the root partition or should I reinstall Ubuntu?
Asked
Active
Viewed 27 times
sudo du -sh /home
To move /home uses rsync- Be sure to use parameters to preserve ownership & permissions https://help.ubuntu.com/community/Partitioning/Home/Moving Or you can just move data keeping /home. https://askubuntu.com/questions/1013677/storing-data-on-second-hdd-mounting & https://askubuntu.com/questions/1058756/installing-all-applications-on-a-ssd-disk-and-putting-all-files-on-hdd-disk – oldfred Jul 15 '22 at 21:41