# Installing the NFS client
apt-get -y install nfs-common
mkdir /efs
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport fs-<REDACED>.efs.af-south-1.amazonaws.com:/ /efs
# permanently mount
echo "fs-<REDACED>.efs.af-south-1.amazonaws.com:/ /efs nfs4 nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport,_netdev 0 0" | sudo tee -a /etc/fstab
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)