How to mount AWS FSx in /etc/fstab

Example:
fs-09accab1db95b56a6.fsx.us-east-1.amazonaws.com@tcp:/6omu7bmv /mnt lustre defaults,_netdev,noatime,flock 0 0


In summary, we can use the layout "file_system_dns_name@tcp:/mountname /mnt/fsx lustre defaults,noatime,flock,_netdev 0 0" to add our FSx resource to our fstab file, and ensure that it mounts correctly using mount -a.

Comments