Elektrine lite

← Feed

@vortexal@lemmy.ml

Post #1705666

2026-04-26 23:50 UTC

I apparently already have it installed but mkfs still thinks that zfs isn’t available. Am I supposed to use something else?

Replies (1)

  • @ivn@tarte.nuage-libre.fr 2026-04-27 00:16

    You’ll need to read the documentation to understand it’s concepts first. You don’t use mkfs but zpool to create a pool then use zfs to create the fs on it. ZFS is usually used with some sort of raid configuration so most doc will show this but you can create a pool with no replication using a single drive.

    Open ##1706211