PVE: Upgrade UNAS NFS mount from v3 to v4 #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current state
UNAS mount (
192.168.1.31:/var/nfs/shared/storage) uses NFSv3. NFSv4 provides better locking, stateful connections, and eliminates portmapper dependency.Steps
/etc/fstabon nuc: replacevers=3withvers=4umount /mnt/pve/unas && mount /mnt/pve/unasRisk
Low — same export path, same data. Rollback: revert
vers=3in fstab.