January 6, 20251 yr Hello! I'm having troubles attempting to mount my NFS share while using a LXC on Proxmox- root@jellyfin:~# mount -av mount.nfs: timeout set for Sun Jan 5 20:00:10 2025 mount.nfs: trying text-based options 'vers=4.2,addr=192.168.1.50,clientaddr=192.168.1.96' mount.nfs: mount(2): Operation not permitted mount.nfs: trying text-based options 'addr=192.168.1.50' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 192.168.1.50 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 192.168.1.50 prog 100005 vers 3 prot UDP port 54611 mount.nfs: mount(2): Operation not permitted mount.nfs: Operation not permitted for 192.168.1.50:/mnt/user/media on /mnt/haha root@jellyfin:~# My export rules as as given: 192.168.1.0/24(sec=sys,ro,insecure,anongid=100,anonuid=99,no_root_squash) 192.168.1.101/24(sec=sys,ro,insecure,anongid=100,anonuid=99,no_root_squash) *(sec=sys,ro,insecure,anongid=100,anonuid=99,no_root_squash) 192.168.1.96/24(sec=sys,ro,insecure,anongid=100,anonuid=99,no_root_squash) # /etc/fstab #192.168.1.50:/mnt/user/media /mnt/haha nfs auto,_netdev,noatime,nolock,bg,intr,tcp,actimeo=1800 0 0 192.168.1.50:/mnt/user/media /mnt/haha nfs defaults 0 0 Edited January 6, 20251 yr by npnim edit 2 doesn't work on any vms actually
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.