Add "/tmp/" filesystem
This commit is contained in:
parent
bcb34c2b6b
commit
443ef430f0
@ -1,6 +1,6 @@
|
|||||||
# Inferencium - aa000-0
|
# Inferencium - aa000-0
|
||||||
# Filesystem Table
|
# Filesystem Table
|
||||||
# Version: 4.0.0-alpha.19
|
# Version: 4.0.0-alpha.20
|
||||||
|
|
||||||
# Copyright 2023 Jake Winters
|
# Copyright 2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
@ -18,6 +18,8 @@ UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0
|
|||||||
UUID=[REDACTED] / bcachefs degraded,rw 0 0
|
UUID=[REDACTED] / bcachefs degraded,rw 0 0
|
||||||
## /run/
|
## /run/
|
||||||
tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0
|
tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0
|
||||||
|
## /tmp/
|
||||||
|
tmpfs /tmp/ tmpfs size=8G,uid=root,gid=root,mode=1777,auto,noatime 0 0
|
||||||
## /home/
|
## /home/
|
||||||
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
|
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
|
||||||
## tmpfs
|
## tmpfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user