I recently bought a 240GB SSD. Before that, the system (Elementary OS Loki) was installed on a 1TB HDD, consuming 512Gb. My idea would be to leave the user's folder on the HDD, which consumes lots of disk space, and clone only the system folders to the SSD. If this really is not possible, I'd like to know how I can back up and restore programs (.deb packages) from one system to another.
Asked
Active
Viewed 129 times
data
partition, where you store data files. Then your/home
directory will be small enough to fit in the SSD either as a directory in the root file system or as a separatehome
partition. Thedata
partition can be mounted via a line in/etc/fstab
. See this link with more details, Can't see “home” partition in “other locations” - Data partition – sudodus Jan 09 '19 at 06:55