My motherboard is a Asus am1l-a with a uefi bios. I have a 120 gb ssd and a 3tb hdd I plan on adding another 3tb hdd. I plan on installing Ubuntu as my main os and Arch as a secondary just for messing around with. This is primarily going to be a htpc and will store most of my music and movies. It will also be a small Minecraft server for at most four of my friends and I. My question is, what would you recommend as a partitioning scheme?
Asked
Active
Viewed 61 times
1 Answers
0
- All of the
/home
on HDD, OS on SSD - At a minimum, split your
/
from your/home
for your "production" OS (Ubuntu). If you want to split even more have a look at the FHS. 64GB/
, 2TB/home
- One swap partition for both OSes (Minimum size = RAM, Max size=RAM*2)
- If Arch is to mess around with, 32GB
/
, 512 GB/home
- Yes, not all of your disk space is allocated: just keep that as 'spare' to move & extend existing partitions if needed. (or
bcache
the HDDs) - Some other possibilities
Freebies you didn't ask for:
- If you plan on adding another 3TB drive: Don't use software RAID! It's prone to software and hardware errors so divide your MTBF by 2 for 1 OS and by 4 for 2 OSes
- If you plan to use hardware RAID: Don't use RAID0: divide your MTBF by 2 if you do.
- Make frequent system back-ups (You're definitely user type 4)