Bcachefs: Difference between revisions
Console4852 (talk | contribs) Note about currently broken bcachefs mounting on NixOS, and add link to github issue. |
|||
Line 194: | Line 194: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
And using it like <code>UUID=<UUID></code> in place of <code>/dev/sda1:/dev/sdb1</code> or even just <code>/dev/sda</code>. | And using it like <code>UUID=<UUID></code> in place of <code>/dev/sda1:/dev/sdb1</code> or even just <code>/dev/sda</code>. | ||
Note: this is currently broken as per this [https://github.com/NixOS/nixpkgs/issues/317901 github issue]. As a workaround, use `/dev/disk/by-uuid/<UUID1>:/dev/disk/by-uuid/<UUID2>` instead. | |||
Continue installation as recommended by the [https://nixos.org/manual/nixos/stable/index.html#ch-installation NixOS manual]. | Continue installation as recommended by the [https://nixos.org/manual/nixos/stable/index.html#ch-installation NixOS manual]. |