ZFS: Difference between revisions

Ibizaman (talk | contribs)
m Add command for finding what kernel modules are needed.
Typo
Line 49: Line 49:
==== Partial support for swap on ZFS ====
==== Partial support for swap on ZFS ====


ZFS does not support swapfiles. swap devices can be used instead. Additionally, hibernation is disabled by default due to a [https://github.com/NixOS/nixpkgs/pull/208037 high risk] of data corruption. Note that even if that pull request is merged, it does not fully mitigate the risk. If you wish to enable hibernation regardless and made sure that swapfiles on ZFS are not used, set <code>boot.zfs.allowHibernation = true</code>.
ZFS does not support swapfiles. swap devices can be used instead. Additionally, hibernation is disabled by default due to a [https://github.com/NixOS/nixpkgs/pull/208037 high risk] of data corruption. Note that even if that pull request is merged, it does not fully mitigate the risk. If you wish to enable hibernation regardless and make sure that swapfiles on ZFS are not used, set <code>boot.zfs.allowHibernation = true</code>.


==== Zpool not found ====
==== Zpool not found ====