2023-08-07 17:12:19 +01:00
|
|
|
# Inferencium - aa000-0
|
2024-02-13 02:34:02 +00:00
|
|
|
# Filesystem Table
|
2024-02-13 04:34:37 +00:00
|
|
|
# Version: 4.0.0-alpha.32
|
2023-08-07 17:12:19 +01:00
|
|
|
|
|
|
|
# Copyright 2023 Jake Winters
|
2023-08-07 18:19:03 +01:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2023-08-07 17:12:19 +01:00
|
|
|
|
|
|
|
|
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.
|
2023-08-07 17:12:19 +01:00
|
|
|
|
|
|
|
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
2024-02-13 02:38:35 +00:00
|
|
|
|
2023-08-07 17:12:19 +01:00
|
|
|
# Local filesystems
|
2024-02-13 02:40:58 +00:00
|
|
|
## /boot/
|
2024-02-13 02:55:20 +00:00
|
|
|
UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0
|
2024-02-13 02:40:58 +00:00
|
|
|
## /
|
2024-02-13 04:12:53 +00:00
|
|
|
UUID=[REDACTED] / bcachefs degraded,rw 0 0
|
2024-02-13 04:15:11 +00:00
|
|
|
## /run/
|
|
|
|
tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0
|
2024-02-13 04:16:33 +00:00
|
|
|
## /tmp/
|
|
|
|
tmpfs /tmp/ tmpfs size=8G,uid=root,gid=root,mode=1777,auto,noatime 0 0
|
2024-02-13 04:19:04 +00:00
|
|
|
## /var/tmp/portage/
|
2024-02-13 04:24:13 +00:00
|
|
|
tmpfs /var/tmp/portage/ tmpfs size=32G,uid=portage,gid=portage,mode=0775,auto,noatime,nodev,nosuid 0 0
|
2024-02-13 04:26:16 +00:00
|
|
|
## /usr/local/src/compile/
|
|
|
|
tmpfs /usr/local/src/compile/ tmpfs size=16G,uid=root,gid=root,mode=0700,noauto,noatime,nodev,nosuid 0 0
|
2024-02-13 02:57:35 +00:00
|
|
|
## swap
|
2024-02-13 03:02:07 +00:00
|
|
|
/dev/mapper/swap none swap auto,noatime,noexec,nosuid 0 0
|
2024-02-13 04:27:33 +00:00
|
|
|
|
|
|
|
# Remote filesystems
|
|
|
|
## /home/
|
2024-02-13 04:34:37 +00:00
|
|
|
xa000-1:/srv/nfs/home/ /home/ nfs auto,_netdev,nfsvers=4.0,rw,nosuid 0 0
|