• @[email protected]
    link
    fedilink
    4
    edit-2
    5 months ago

    As another commentor said most Linux distros will do that for you.

    If you still aren’t sure then the answer is generally: swap should be at least as big as you have RAM at least if you want to hibernate. If you don’t want to hibernate then you can make it smaller but it might impact system performance when low on memory.

    For file systems they will often offer you LVM or ZFS or occasionally BTRFS as options. These all allow you to make system snapshots (like the concept of restore points in Windows). If you like the idea of that then say yes, otherwise you will get slightly better performance not using those systems. ZFS and BTRFS also have other uses like RAID-like functionality and detecting and possibly correcting data corruption - with only one drive these features are not as useful though.

    BCacheFS is new to the mainline kernel and does much the same as ZFS and BTRFS, when distros start offering this as a supported option it’s probably a good idea to use this, kind of unfinished at the moment though.

    Edit: also if it asks if you want a separate /home generally you want to say no. Unless it’s a btrfs subvolume or zfs dataset in which case say yes.

    • @[email protected]OP
      link
      fedilink
      English
      25 months ago

      LVM has snapshot support 🤨? Is this a new thing?

      ZFS and BTRFS also have other uses like RAID-like functionality and detecting and possibly correcting data corruption - with only one drive these features are not as useful though.

      Yes they are. Regarding data integrity (bit rot or read/write errors) though. Regarding data backup, no.

      BCacheFS is new to the mainline kernel and does much the same as ZFS and BTRFS, when distros start offering this as a supported option it’s probably a good idea to use this, kind of unfinished at the moment though.

      I think kernel support is planned for version 6.7… I think.

      • @[email protected]
        link
        fedilink
        15 months ago

        Yeah it’s included in kernel 6.7. Still probably too new to really use as they are still working on certain features like erasure code/parity.

        Without another drive it can’t rebuild data, so all it can do is detect corruption not correct it.

        • @[email protected]OP
          link
          fedilink
          English
          2
          edit-2
          5 months ago

          Yeah, that is still too unsable in real world scenarios.

          Still, it’s great that people are doing this from scratch, not just build on what Oracle throws at us. I do wish they address the RAID5/6 issue properly, not just throw it under the carpet like BTRFS. I did hear that they are working on fixing RAID5/6 in BTRFS, but I haven’t looked at how far things are. I still use it with mdadm in the background for the array.

      • @[email protected]
        link
        fedilink
        35 months ago

        Systems don’t always give defaults. That’s what the guy I am replying to is complaining about.