emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40236: closed ([PATCH] doc: Suggest Btrfs with compression instead o


From: GNU bug Tracking System
Subject: bug#40236: closed ([PATCH] doc: Suggest Btrfs with compression instead of ext4 for root partition.)
Date: Wed, 03 Jun 2020 20:02:02 +0000

Your message dated Wed, 03 Jun 2020 22:00:58 +0200
with message-id <87y2p3kjgl.fsf@gnu.org>
and subject line Re: [bug#40236] [PATCH] doc: Suggest Btrfs with compression 
instead of ext4 for root partition.
has caused the debbugs.gnu.org bug report #40236,
regarding [PATCH] doc: Suggest Btrfs with compression instead of ext4 for root 
partition.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
40236: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40236
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Suggest Btrfs with compression instead of ext4 for root partition. Date: Thu, 26 Mar 2020 09:35:24 +0100
* gnu/system/examples/desktop.tmpl: Adjust root file-system to use Btrfs.
---
 gnu/system/examples/desktop.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 3931bad60d..e61e8064cd 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -34,7 +34,8 @@
                  (list (file-system
                          (device (file-system-label "my-root"))
                          (mount-point "/")
-                         (type "ext4")
+                         (type "btrfs")
+                         (options "subvol=rootfs,compress=zstd")
                          (dependencies mapped-devices))
                        (file-system
                          (device (uuid "1234-ABCD" 'fat))
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40236] [PATCH] doc: Suggest Btrfs with compression instead of ext4 for root partition. Date: Wed, 03 Jun 2020 22:00:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Pierre Neidhardt <mail@ambrevar.xyz> skribis:

>>   Some 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}).
>
> Looks good to me!  Do you want to proceed and add it then?

I pushed something in b6c445931e85c07286a79bc9c80fdc956d58b1e2.

I suggest we revisit the question of the default/recommended file system
in several months, a year or so.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]