Remix.run Logo
rabf 6 hours ago

I found thst ZFS to be very simple to understand, everything is controlled by just two commands. Datasets are huge win over partitions which seem like such a weird relic of the past once you have tried datasets. Fairly confident you can grasp ZFS in a hour or 2, you can even make a zfs pool from files to mess around with.

layer8 5 hours ago | parent [-]

I never found a good non-tutorial introduction into ZFS concepts. Do you know any? By non-tutorial, I mean something that doesn’t focus on teaching you the command-line tooling. Like you can explain to someone how Git works conceptually in detail, without having to mention any Git commands and having them exercise some Git workflow hands-on.

e12e 4 hours ago | parent [-]

Did you read the fine manual?

https://openzfs.github.io/openzfs-docs/man/master/7/zpoolcon...

https://openzfs.github.io/openzfs-docs/man/master/8/zpool.8....

https://openzfs.github.io/openzfs-docs/man/master/8/zfs.8.ht...

layer8 14 minutes ago | parent [-]

I have seen those, yes. These are reference materials, not an introductory presentation that explains the concepts and their relations, design rationale and use cases in context.