I’m on Linux for a couple of years and I love it. Distrohoping never interested me though, I’m content with my flavour. But I need to reinstall my OS soon and it gives me headaches. So many settings I changed, applications I installed, configured and forgot about.
Now I read about all you guys constantly distrohopping for fun, how do you even do this? Do you start from scratch, explore everything and leave after months of putting in all the work of making an OS your own!? Or do you just casually check it out a couple of days? What do you do with all your music, pictures, addons, portable software?

  • nous@programming.dev
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 day ago

    helps with issues like running out of diskspace

    Or causes that problem if you don’t manage to predict your usage patterns correctly. I have seen many people run out of space on one or the other but have plenty overall and would not have had a problem with a single partition.

    • SayCyberOnceMore@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      17 hours ago

      Yeah, don’t get me wrong… many a time I’ve had to boot gparted and resize partitions, but, the system isn’t affected if you download too much and / or you don’t lose data if the system’s full.

      • nous@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        16 hours ago

        Huh? You seem to be arguing both ways? If the system drive is full you have problems well before you risk losing data and if the home drive is full you have problems saving data? Both of these things can happen in a split partition or single partition setup. The split partition just means you have to get the space correct or end up with long resizing options for juggling the size around. And with a single partition it gives you more places to free up space when you do run out.

        Need to save a file but the disk is full? Clean out the package manager cache. You cannot do that if the partitions are separate. An update does not have enough space? Delete a steam game or clear out your downloads folder.

        Ext also has a reserved space option which when there is less free space than that option it refuses writes to anything but the root user - which is meant to solve the issue of a user trying to use up to much space, there is always a reserved bit that the system can do what it needs to. Though I have never seen this configured correctly for a running system and root can blast past the default 5% on smaller drives with a simple update. Or some other process is running as root is already consuming that space.

        Other partition types like btrfs have proper quotas that can be set per directory or user to prevent this type of issue as well and gives you a lot more control over the allocated space without needing to reboot into a live USB to resize the partitions.

        People seem to think a split partition helps but I have generally found it just causes more problems then it solves and there are now better tools that actually solve these problems in more elegant ways.

        • SayCyberOnceMore@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 hours ago

          Sorry for the confusion there, trying to be too concise in a short reply.

          I get the points you’re making; I’ve been there, done the root space recovery thing (the default can be a massive amount of space with modern drives, so I’ve changed it on several systems). I’ve setup lvm across drives, used btrfs (& sunvolumes), etc, so I know where you’re coming from. Never seen quotas actually used out in the wild of (generally) single user domestic settings.

          But, moving /home to a separate partition, drive(s), etc. provides flexibility - in this case, the OP’s point of distrohopping.