cfg/aa000-0/fstab
inference 447787d902
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.
2024-02-13 03:04:57 +00:00

25 lines
739 B
Plaintext

# Inferencium - aa000-0
# Filesystem Table
# Version: 4.0.0-alpha.16
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
# The root filesystem should have a pass number of either 0 or 1; all other filesystems should have
# a pass number of 0 or greater than 1.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# Local filesystems
## /boot/
UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0
## /
UUID=[REDACTED] / bcachefs degraded 0 1
## /home/
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
## tmpfs
tmpfs /var/tmp/portage/ tmpfs size=16G,uid=portage,gid=portage,mode=775,nosuid,noatime,nodev 0 0
## swap
/dev/mapper/swap none swap auto,noatime,noexec,nosuid 0 0