January 19, 20197 yr Hello, I only have 10 more days to test .... I need your help. I want to use nfs4 ?! The manual says: Quote NFSv4 support has been included in unRAID 6. You can enable or disable it's use with user shares from this page, as well as adjust the fuse_remember tunable which can help with resolving NFS Stale File Handles error messages. I can not find these settings Can someone explain what I have to do? thx
January 19, 20197 yr Community Expert In the webUI, go to Settings. In the Network Services section on that page, click on NFS to get to the NFS settings page. There you can enable NFS and also set that tunable.
January 19, 20197 yr There is no way to enable NFSv4 server in unraid, almost positive that is a typo or misprint.
January 20, 20197 yr As @trurl explained: Step 1: Go to Settings -> Network Services -> NFS -> Enable NFS = Yes Step 2: Go to each user share -> NFS Security Settings -> Export = Yes By default NFSv3 is enabled. This can be changed by editing the file /etc/nfsmount.conf # Protocol Version [2,3,4] # This defines the default protocol version which will # be used to start the negotiation with the server. Defaultvers=3 # # Setting this option makes it mandatory the server supports the # given version. The mount will fail if the given version is # not support by the server. # Nfsvers=4 # Edited January 20, 20197 yr by bonienl
January 20, 20197 yr Author Great thank you I will try it. and Quote Unraid 6+ Pro Casing: Lian Li PC-A79 • Silverstone FS304 • CoolerMaster V750 PSU System: Supermicro X10SRA-F • Intel Xeon E5-2630 v4 • Samsung 128 GB DDR4 ECC RAM Storage: Adaptec HBA1000-8i • 2x Crucial • 2x Samsung » 500 GB cache • 12x HGST » 100 TB data damn good system
January 20, 20197 yr Author How do I change the file /etc/nfsmount.conf from which it survived after a reboot? Please be a beginner.
January 20, 20197 yr Save a copy of it on the flash drive Then edit /config/go on the flash drive and add this line (probably before the emhttp line) cp /boot/nfsmount.conf /etc/nfsmount.conf
January 20, 20197 yr Author 13 minutes ago, Squid said: Save a copy of it on the flash drive Then edit /config/go on the flash drive and add this line (probably before the emhttp line) cp /boot/nfsmount.conf /etc/nfsmount.conf Super ! Danke
June 7, 20197 yr I try this, and edit the /etc/nfsmount.conf to this: # Protocol Version [2,3,4] # This defines the default protocol version which will # be used to start the negotiation with the server. Defaultvers=3 # # Setting this option makes it mandatory the server supports the # given version. The mount will fail if the given version is # not support by the server. Nfsvers=4 But if i try to mount sudo mount -t nfs -o nfsvers=4 10.10.11.200:/mnt/user/ftp_holz /mnt/nfsv4-test/ I got this: mount.nfs: Protocol not supported What am I doing wrong?
July 6, 20196 yr I am having the same issue as @BigChris. I enabled nfsv4, but if I try to mount as nfsv4 I get the same error saying the protocol isn't supported.
August 16, 20214 yr i know this is an old topic, but is there any news about nfs 4? i really don't want to run a docker (like in the workaround menationed above)
October 8, 20214 yr On 1/20/2019 at 11:42 AM, Squid said: Save a copy of it on the flash drive Then edit /config/go on the flash drive and add this line (probably before the emhttp line) cp /boot/nfsmount.conf /etc/nfsmount.conf I am currently attempting this on unraid 6.9.2 and wondering what I am doing wrong. I have copied over the file to the root of the flash drive, then the /efi/boot folder and even my config folder. with the line added to my config/go I am unable to boot.
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.