From 5f0e6198d3bfbbe867497b8bb8b335d6c0ba88f9 Mon Sep 17 00:00:00 2001 From: ThinkPad Date: Jan 31 2024 22:56:49 +0000 Subject: Fix btrfs typo in user-docs/modules/ROOT/pages/disk-config.adoc --- diff --git a/user-docs/modules/ROOT/pages/disk-config.adoc b/user-docs/modules/ROOT/pages/disk-config.adoc index 9c68a06..4629d0a 100644 --- a/user-docs/modules/ROOT/pages/disk-config.adoc +++ b/user-docs/modules/ROOT/pages/disk-config.adoc @@ -9,7 +9,7 @@ Other, non-default, disk configuration options are available to be used with Wor Btrfs is the default filesystem used by Fedora Workstation. Btrfs has two key advantages for users using the default filesystem configuration: 1. Transparent compression means that data stored on disk uses less space -2. System reinstallation while preserving user data can be supported, while avoiding the issue of volumes running out of space. This is due to the fact that Btrfs subvolumes are limited to a static predefined size. +2. System reinstallation while preserving user data can be supported, while avoiding the issue of volumes running out of space. This is due to the fact that Btrfs subvolumes are not limited to a static predefined size. Btrfs also provides a range of other features, such as snapshotting and online shrinking, which can be useful for those who want to use them, and can potentially be the basis of future user-facing features. @@ -35,4 +35,4 @@ The first two partitions are common to all Fedora installations, and are require Fedora Workstation does not use a dedicated swap partition. Instead, it uses zram: an emulated drive that uses RAM for its storage. RAM-based swap is faster than disk-based swap, which avoids the extreme system slowdown and thrashing that can happen with a traditional swap partition. -The zram drive is compressed, to make efficient use of the available memory, and is assigned memory dynamically, meaning that it only uses system RAM when swap is needed. \ No newline at end of file +The zram drive is compressed, to make efficient use of the available memory, and is assigned memory dynamically, meaning that it only uses system RAM when swap is needed.