Attach an AWS EFS Volume on Linux via IP
Following a step-by-step process to attach an AWS EFS volume to a Linux system using an IP address.
Check you current layout
lsblk
Create montpoint/directory
sudo mkdir /data
Add filesystem to fstab
Mount filesystem
sudo mount -a
Validate with mount
mount
Validate with df
df -h