• MonkeMischief@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    Great take. But you know the real sneaky one that trips you up? File system.

    I wouldn’t call myself a beginner, but every time I install a Linux system seriously I see those filesystem choices and have to dig through volumes of turbo-nerd debates on super fine intricacies between them, usually debating their merits in super high-risk critical contexts.

    I still don’t come away with knowing which one will be best for me long-term in a practical sense.

    As well as tons of “It ruined my whole system” or “Wrote my SSD to death” FUD that is usually outdated but nevertheless persists.

    Honestly nowadays I just happily throw BTRFS on there because it’s included on the install and allows snapshots and rollbacks. EZPZ.

    For everything else, EXT4, and for OS-shared storage, NTFS.

    But it took AGES to arrive to this conclusion. Beginners will have their heads spun at this choice, guaranteed. It’s frustrating.

    • mdurell@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Ext4 is the safe bet for a beginner. The real question is with or without LVM. Generally I would say with but that abstraction layer between the filesystem and disk can really be confusing if you’ve never dealt with it before. A total beginner should probably go ext4 without LVM and then play around in a VM with the various options to become informed enough to do something less vanilla.

      • NeatNit@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        and then play around in a VM with the various options to become informed enough to do something less vanilla.

        This part is skippable, right? Any reason a user should ever care about this?

        (note: never heard of LVM before this thread)

        • stratosfear@lemmy.sdf.org
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          6 months ago

          It makes adding space easier down the road, either by linking disks or if you clone your root drive to a larger drive, which tends to not be something most “end users” (I try not to use that description but you said it heh) would do. Yes, using LVM is optional.