I have an ubuntu (16.04) EC2 instance that currently has the /home directory mapped to an EFS drive (Amazon's NFS). I now want to add another EFS drive at /data. I can do so using the mount command with no issue. However if I add the drive to my fstab file to mount on reboot, neither the /home or /data drive will mount. Any thoughts??
Below I posted the fstab file and syslog contents below from when I tried mounting both EFS drives after a reboot.
/etc/fstab
LABEL=cloudimg-rootfs / ext4 defaults,discard 0 0 fs-XXXXXXXX.efs.us-east-1.amazonaws.com:/ /home nfs4 nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 0 0 fs-XXXXXXXX.efs.us-east-1.amazonaws.com:/ /data nfs4 nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 0 0 cat /var/log/syslog | grep -i nfs
Jan 23 02:49:06 ip-XXX-XXX-XXX-XXX kernel: [ 4.414135] RPC: Registered tcp NFSv4.1 backchannel transport module. Jan 23 02:49:06 ip-XXX-XXX-XXX-XXX systemd[1]: Starting Preprocess NFS configuration... Jan 23 02:49:06 ip-XXX-XXX-XXX-XXX systemd[1]: Started Preprocess NFS configuration. Jan 23 02:49:06 ip-XXX-XXX-XXX-XXX systemd[1]: Reached target NFS client services. Jan 23 02:49:07 ip-XXX-XXX-XXX-XXX kernel: [ 8.909581] FS-Cache: Netfs 'nfs' registered for caching Jan 23 02:49:07 ip-XXX-XXX-XXX-XXX kernel: [ 8.934907] NFS: Registering the id_resolver key type Jan 23 02:50:37 ip-XXX-XXX-XXX-XXX kernel: [ 98.946336] NFS: nfs4_discover_server_trunking unhandled error -512. Exiting with error EIO