nfs und fstab von ssd-homeserver

This commit is contained in:
2021-03-18 21:28:51 +01:00
committed by root
parent f8ce852e2e
commit eedf3185d2
5 changed files with 24 additions and 0 deletions

View File

@@ -252,8 +252,10 @@ maybe chmod 0644 'etckeeper/update-ignore.d/README'
maybe chmod 0755 'etckeeper/vcs.d' maybe chmod 0755 'etckeeper/vcs.d'
maybe chmod 0755 'etckeeper/vcs.d/50vcs-cmd' maybe chmod 0755 'etckeeper/vcs.d/50vcs-cmd'
maybe chmod 0644 'exports' maybe chmod 0644 'exports'
maybe chmod 0644 'exports.orig'
maybe chmod 0644 'fb.modes' maybe chmod 0644 'fb.modes'
maybe chmod 0644 'fstab' maybe chmod 0644 'fstab'
maybe chmod 0644 'fstab.orig'
maybe chmod 0644 'fuse.conf' maybe chmod 0644 'fuse.conf'
maybe chmod 0644 'gai.conf' maybe chmod 0644 'gai.conf'
maybe chmod 0755 'gdb' maybe chmod 0755 'gdb'

View File

@@ -8,3 +8,6 @@
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
# #
# Homeserver fuer Linux-Rechner
/media/ssd-homeserver 192.168.188.22(rw,all_squash,anonuid=1001,anongid=1001)

10
exports.orig Normal file
View File

@@ -0,0 +1,10 @@
# /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)
#

4
fstab
View File

@@ -3,3 +3,7 @@ PARTUUID=738a4d67-01 /boot vfat defaults 0 2
PARTUUID=738a4d67-02 / ext4 defaults,noatime 0 1 PARTUUID=738a4d67-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here # a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that # use dphys-swapfile swap[on|off] for that
# SSD Homeserver
UUID=66c9dd11-8f24-4c50-a8a0-dca48aae8bbd /media/ssd-homeserver ext4 nofail,auto,noatime,rw,user 0 0

5
fstab.orig Normal file
View File

@@ -0,0 +1,5 @@
proc /proc proc defaults 0 0
PARTUUID=738a4d67-01 /boot vfat defaults 0 2
PARTUUID=738a4d67-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that