Skip site navigation (1)Skip section navigation (2)
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=3D1048576,wsize=3D1048576,hard,timeo=3D600,retra=
ns=3D2

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=3D4.1,=
 and their mount looks like this (I realise the slight difference in =
syntax):

	mount -t nfs4 -o =
nfsvers=3D4.1,rsize=3D1048576,wsize=3D1048576,hard,timeo=3D600,retrans=3D2=
,noresvport=20

Many thanks for any suggestions and regards from Ireland,
Rafal
--
Rafal Lukawiecki
Data Scientist=20
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>