this post was submitted on 20 Jul 2023
44 points (92.3% liked)

Arch Linux

7174 readers
3 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

This covers obtaining the ISO, connecting to Wi-Fi, partitioning, formatting, mounting, installing, setting up encryption and installing GRUB, in one article. Also includes some tips, like quickly mounting from install medium. Maybe this helps someone.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (5 children)

With btrfs and zfs virtually being neck and neck in terms of capabilities, is there a reason or application where one should be chosen over the other?

[–] [email protected] 3 points 1 year ago

I use BTRFS for the Snapper backup/bootable snapshots

[–] [email protected] 2 points 1 year ago

BTRFS is included in the kernel and due to licensing issues, ZFS is distributed as a DKMS module that takes forever to build.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Less likely to break when you perform kernel upgrade. (new major version)

[–] [email protected] 1 points 1 year ago

In the Gentoo wiki it is also mentioned that "While it is true that Btrfs is still considered experimental and is growing in stability, the time when Btrfs will become the default filesystem for Linux systems is getting closer.". I don't know how many distros out there use Btrfs by default (never distrohopped), but it seems to become much more widely adopted than zfs.

https://wiki.gentoo.org/wiki/Btrfs#Features

[–] [email protected] 0 points 1 year ago (1 children)

Google ZFS licensing and you know why choose btrfs over zfs

[–] [email protected] -1 points 1 year ago

Okay, so it came down to a licensing issue rather than one that is technical. I can definitely get behind that as somebody that will always value true open source, even when then the proprietary solution might be the better one in the short term. Something that is open source can only get better.