Views:
1,912β
Votes: 3β
Tags:
boot
dual-boot
grub2
partitioning
ssd
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1158113
Title:
Installing Ubuntu with HD + SSD
ID:
/2019/07/13/Installing-Ubuntu-with-HD-_-SSD
Created:
July 13, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I have 1 TB HDD and 512 GB Samsung 960 Pro SSD.
The 1 TB essentially a brick but all 1,000 GB are allocated to a sing Windows NTFS partition. When Windows games are installed (60GB each) they go to HDD but are copied to SSD when itβs time to play them for a few weeks / months.
The SSD has 400 GB for Windows 10 and the remaining 100 GB for two Ubuntu 16.04 partitions (20GB and 45GB), one Ubuntu 18.04 partition 25GB and one 10 GB partition for all four OSβs to share.
The shared partition is primarily used to store bash scripts used in both Windows 10 WSL (Windows Subsystem for Linux) and the three Ubuntu distros. Occasionally screenshots and other graphics are placed there. The shared partition is in NTFS format because Windows 10 canβt read/write ext4 Linux partitions. Linux on the other hand can read/write NTFS partitions with no problem (well very few anyway).
I donβt believe in separate /boot
or /home
partitions but I understand many do and I donβt fault them for it. I put everything in /
so I donβt have to micro manage storage allocation between /
, /boot
and /home
.
What gives me peace of mind is every day important files are backed up off-site automatically using cron to cloud. Maybe once a year Iβll use gparted
to make some partitions larger and some smaller.
If you can set it up such that the HDD is used to store all your projects and the project you are currently working on for a few days/weeks/months is transferred to SSD then I think that is the best.