Using actual system names allows fine-grained and modular control over each system's configuration files.
25 lines
761 B
Plaintext
25 lines
761 B
Plaintext
# Inferencium - aa000-0
|
|
# fstab - Configuration
|
|
|
|
# Copyright 2023 Jake Winters
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# Version: 2.0.2.5
|
|
|
|
|
|
# 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
|
|
PARTUUID=[REDACTED] /boot/ vfat noauto,noatime 1 2
|
|
## swap
|
|
/dev/mapper/swap none swap defaults 0 0
|
|
## root
|
|
UUID=[REDACTED] / btrfs acl,barrier,datacow,datasum 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
|