I've seen a ton of tutorials on how to move your home directory to a separate partition.
I want to do the opposite.
I have two HDDs. One /home/ and the other is everything else (both drives have only one partition). I want to use one of the hard drives for another project. So, I'd like to move the home directory and system files back onto a single drive.
Thank you!
Well, moving stuff back is even easier... log into recovery mode (so you're root and /home is not used by anything), unmount home:
If you want to copy data from the old home directories, mount the partition somewhere else:
then copy the data and it's done. To make changes permanent - edit
etc/fstab
to remove the line which mountshome
.HOWEVER: If you're selling the computer, it's highly recommended to perform a clean install... maybe with a low-level disk erasing before installing. Which would render your problem unimportant, isn't it?