2

I have SSD (128GB) and HDD (1TB). Windows 10 (C:/) is installed on SSD. HDD has two partitions: 1. Win partition (D:/) ~900GB 2. Ubuntu 19.10 (root and home) ~100GB

My question is, if I can (and if it's good idea) create partition on SSD (~15GB) and moving Ubuntu there. And /home/ would remain on HDD.

I want to do this mainly because Ubuntu is little bit slow on HDD (I know, that's kind of unusual). The problem is that I don't have that much space left on SSD and if it's worth the effort. What are the steps involved in moving Ubuntu? Thanks in advance

2 Answers2

1

Since you are low on available space, I would first clean out the bits of Windows which could move to D:

Put not only Users and their data (including My Pictures and My Music) on the second physical drive, but also other Windows files as well. The swap file and page file (C:\swapfile.sys and C:\pagefile.sys), %TEMP%, and %TMP%, all can live on the HDD, instead of the SSD.

However, if you use hibernation, don't try to move the hiberfil.sys out of %SYSTEMDRIVE% , i.e., C:.

When you have made space, then install 19.10 anew on the SSD, reboot into Ubuntu on the SSD, and set /home to where it is now on the HDD.

user68186 has wisely suggested moving /home files to the SSD then creating sym links to the folders with most data (Documents, Music, Pictures, videos etc.) in a "Storage" partition which is NTFS formatted, so both Ubuntu and Windows can read and write to it. That, however, was in the context of having 60 GB free. If you can't shuffle your files around to get to at least 30 GB free space, you may not be able to practically get /home onto your SSD; and please avoid putting /home directly into an NTFS partition.

K7AAY
  • 17,705
0
  1. Installing Linux & Windows may be possible, but having them on separate disks eliminates potential MBR or EFI boot issues.

  2. I tend to avoid having /home on a secondary drive because the /home directory can't then be shared between multiple OS's without running into Permissions Conflicts. Instead, I add shortcuts within the /home folders to the relevant folders on the data drive. ...this ensures that my files can be preserved across OS's without getting locked.

damadam
  • 2,873
Pip
  • 1