cfg/aa000-0/fstab

25 lines
752 B
Plaintext
Raw Normal View History

# Inferencium - aa000-0
2024-02-13 02:34:02 +00:00
# Filesystem Table
# Version: 4.0.0-alpha.7
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
2024-02-13 02:38:06 +00:00
# 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>
2024-02-13 02:38:35 +00:00
# Local filesystems
2024-02-13 02:40:58 +00:00
## /boot/
UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec 1 2
## swap
/dev/mapper/swap none swap defaults 0 0
2024-02-13 02:40:58 +00:00
## /
UUID=[REDACTED] / btrfs acl,barrier,datacow,datasum 0 1
2024-02-13 02:40:58 +00:00
## /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