From 447787d90261a942805211751181f044cbccaf7b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Feb 2024 03:04:57 +0000 Subject: [PATCH] Add `degraded` mount option to "/" Bcachefs does not permit mounting degraded filesystems by default. This is not desirable since at least 1 working device of a filesystem can still be used and should not prevent mounting of the filesystem. --- aa000-0/fstab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa000-0/fstab b/aa000-0/fstab index b7bca82..f71f16f 100644 --- a/aa000-0/fstab +++ b/aa000-0/fstab @@ -1,6 +1,6 @@ # Inferencium - aa000-0 # Filesystem Table -# Version: 4.0.0-alpha.15 +# Version: 4.0.0-alpha.16 # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause @@ -15,7 +15,7 @@ ## /boot/ UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0 ## / -UUID=[REDACTED] / bcachefs acl,barrier,datacow,datasum 0 1 +UUID=[REDACTED] / bcachefs degraded 0 1 ## /home/ xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0 ## tmpfs