Hey folks!

I’m about to distro hop (again) to test Tumbleweed for a longer period of time 🦎 However, something i’ve not done before is to have my /home directory on a separate partition, should I? If I do it, should it be a different filesystem than the rest? (Been reading on OpenSuse TW forums and seen people mentioning that they use BTRFS for /home and XFS for the rest, or the other way around. Are there any benefits of using separate filesystems, or is this done to get the BTRFS backup for the /home dir?

What are the pros and cons of doing these changes to my system, lemmy know :)

  • @GustavoM
    link
    English
    14 days ago

    A separate /home partition means you can set $ROOTFS as read-only (and /home as rw) and have a “pseudo-everlasting but not really” file system.

    (And before someone says “Why not simply disable logs instead? It’s the same thing.” – yes, yes it is. But sometimes you want a “just werks” solution, even if it is a dumb one. Which is (obviously) disabling writes all over $ROOTFS.)