Date: Thu, 14 Feb 2019 20:12:01 +0000 From: Rafal Lukawiecki <raf@rafal.net> To: freebsd-cloud@freebsd.org Subject: Mounting NFS in FreeBSD 12.0 in AWS/EFS Message-ID: <B79B8571-1837-44BC-8FF3-412C8B6DCC80@rafal.net>
next in thread | raw e-mail | index | archive | help
Hello Everyone, Hi Colin, In FreeBSD 11.1 I mount AWS EFS using: mount -t nfs -o rw,nfsv4,oneopenown,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 I understand that 12.0 had a few changes to NFS, including the long-awaited support for 64-bit inodes. Is there a newer/better/more recommended way to mount now? AWS suggest, for Linux, using nfsvers=4.1, and their mount looks like this (I realise the slight difference in syntax): mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport Many thanks for any suggestions and regards from Ireland, Rafal -- Rafal Lukawiecki Data Scientist Project Botticelli Ltd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B79B8571-1837-44BC-8FF3-412C8B6DCC80>
