ZFS: Difference between revisions
imported>Fadenb m →How to install NixOS on a ZFS root filesystem: Add link to blogpost with similar content |
imported>MarcFontaine No edit summary |
||
| Line 15: | Line 15: | ||
boot.loader.grub.copyKernels = true; | boot.loader.grub.copyKernels = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* In contrast to many native Linux filesystems, ZFS misses support for freeze/thaw operations. | |||
This means that using ZFS together with hibernation (suspend to disk) may cause filesystem corruption. See https://github.com/openzfs/zfs/issues/260. | |||
== Caveats == | == Caveats == | ||