这真是个神奇了 40 年的东西啊

安装

pve

debian

1
apt install nfs-kernel-server

lxc alpine /etc/pve/lxc/xxx.conf

1
lxc.apparmor.profile: unconfined

alpine

1
apk add nfs-utils

/etc/exports

1
/hdd/webdav *(rw,async,no_subtree_check,no_root_squash)
1
2
# restart
exportfs -ra

使用

/etc/fstab

1
[ip]:/hdd/webdav /webdav nfs rw,hard,intr 0 0

端口

  • 111 tcp/udp
  • 2049 tcp/udp