Move "/home/" to remote filesystems section

This commit is contained in:
inference 2024-02-13 04:27:33 +00:00
parent 8fe5296f48
commit 01d4c096fa
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,6 +1,6 @@
# Inferencium - aa000-0 # Inferencium - aa000-0
# Filesystem Table # Filesystem Table
# Version: 4.0.0-alpha.26 # Version: 4.0.0-alpha.27
# Copyright 2023 Jake Winters # Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
@ -24,7 +24,9 @@ tmpfs /tmp/ tmpfs size=8G,uid=root,gid=root,mode=1777,auto,noatime 0 0
tmpfs /var/tmp/portage/ tmpfs size=32G,uid=portage,gid=portage,mode=0775,auto,noatime,nodev,nosuid 0 0 tmpfs /var/tmp/portage/ tmpfs size=32G,uid=portage,gid=portage,mode=0775,auto,noatime,nodev,nosuid 0 0
## /usr/local/src/compile/ ## /usr/local/src/compile/
tmpfs /usr/local/src/compile/ tmpfs size=16G,uid=root,gid=root,mode=0700,noauto,noatime,nodev,nosuid 0 0 tmpfs /usr/local/src/compile/ tmpfs size=16G,uid=root,gid=root,mode=0700,noauto,noatime,nodev,nosuid 0 0
## /home/
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
## swap ## swap
/dev/mapper/swap none swap auto,noatime,noexec,nosuid 0 0 /dev/mapper/swap none swap auto,noatime,noexec,nosuid 0 0
# Remote filesystems
## /home/
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0