Doku: CT 100 files unter pve1/guests/ct100-files.

Samba, Proxmox-Config, Host-NFS-Exports; pve1-Gäste komplett.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:17:48 +02:00
parent 805b6d3534
commit 842e66996f
9 changed files with 429 additions and 6 deletions
@@ -0,0 +1,16 @@
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
/mnt/storage/media/movies 192.168.10.4(rw,sync,no_subtree_check,async,fsid=1,insecure)
/mnt/storage/media/tvshows 192.168.10.4(rw,sync,no_subtree_check,async,fsid=2,insecure)
/mnt/storage/service_data/cloud/data 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=3)
/mnt/nvme1/backup 192.168.10.10(ro,sync,no_subtree_check,no_root_squash,fsid=4)
/mnt/storage/media 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=5)
/mnt/storage/service_data/audio 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=6)