diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-03 17:22:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-03 18:05:55 +0200 |
commit | b6c445931e85c07286a79bc9c80fdc956d58b1e2 (patch) | |
tree | 5f21da87a2a3a072b5e8f26b655007e1004c50fd | |
parent | 3f9c62d1a8b345909adaeb22f454ad22554c55a1 (diff) | |
download | guix-b6c445931e85c07286a79bc9c80fdc956d58b1e2.tar.gz |
doc: Mention Btrfs compression.
Suggested by Pierre Neidhardt <mail@ambrevar.xyz>. * doc/guix.texi (Keyboard Layout and Networking and Partitioning): Mention Btrfs compression.
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index de958c9cf1..056bf011f6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2279,6 +2279,12 @@ types.}. For the ESP, if you have one and assuming it is mkfs.fat -F32 /dev/sda1 @end example +For the root file system, ext4 is the most widely used format. Other +file systems, such as Btrfs, support compression, which is reported to +nicely complement file deduplication that the daemon performs +independently of the file system (@pxref{Invoking guix-daemon, +deduplication}). + Preferably, assign file systems a label so that you can easily and reliably refer to them in @code{file-system} declarations (@pxref{File Systems}). This is typically done using the @code{-L} option of |