I used Linux a while ago, but unfortunately I had to go back to Windows because of the need to use some proprietary software. However, since my laptop has 4GB ram, a 320GB HDD and a 32GB SSD, I am planning to use the HDD only for windows and the 32GB SSD for linux only (this space is enough for me to use).
My question is this: Currently Windows 10 is installed on the SSD and the HDD is with backup files, so what I would like to do is clone the system that is on the SSD to the HDD, which is practically empty, format the SSD and install linux on it. I would like to do this cloning because all the programs I need from windows are already installed correctly and it would take a lot of work to have to reinstall everything.
Has anyone ever performed a procedure like this? What program can I use to do this cloning?
Is it necessary with 4GB of ram to put a swap on the SSD?
sudo parted -ls
. I suggest that you use Clonezilla for that purpose. See this link, Fastest way to copy HDD – sudodus Mar 13 '18 at 16:02