A Digital Life

My Notebook

View My GitHub Profile

  • About
  • 9 April 2017

    Enable NFS4 on QNAP NAS

    by kerner1000

    Open an admin shell and type the following:

    /sbin/setcfg NFS Enable_V4 TRUE
    /etc/init.d/nfs restart
    

    This will let you mount your shares using nfsv4.

    Note that your shares now need to be mounted under /MyStuff instead of /share/MyStuff.

    tags: QNAP - NAS - NFS - NFSv4