How large should my /home partition be, and which filesystem is best for Linux Mint?

0
0
Asked By MellowPine47 On

I'm switching from Windows to Linux Mint Cinnamon and the installer is asking me to create a separate /home partition. How much space should I allocate to it, and which filesystem would be the most reliable and low-maintenance choice for a personal computer—ext4, Btrfs, JFS, or something else? Also, should the partition be formatted during installation?

3 Answers

Answered By QuartzMango21 On

You don’t have to create a separate /home partition at all. For a personal machine, using one large root partition with /home inside it is perfectly practical and avoids guessing how much space each partition will need. If the installer uses ext4 for the main partition, that’s a solid default.

Answered By CedarFox8 On

For a typical personal computer, ext4 is the simple, dependable choice and is well supported by Mint. Format the partition during installation if it’s new or you’re replacing its contents. Allocate as much space as you reasonably can after setting aside the EFI, root, and swap areas, especially if you’ll store documents, photos, or games there. Btrfs offers features like snapshots and compression, but it generally needs more planning and isn’t necessary if your priority is low maintenance.

Answered By SilverKite33 On

If this is a laptop and you may have sensitive files on it, consider full-disk encryption. Encrypting only /home can be simpler, but full-disk encryption protects more of the system, including temporary files and swap. Either way, keep important data backed up—partitioning by itself isn’t a backup.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.