Mounting FSx for Lustre to Posit Workbench

Hi Team,

We are trying to mount FSx for Lustre to Sessions on Posit Workbench.

Previously, we were using EFS with the following configuration:

Host :
Path : /home/{USER}
MountPath : /home/{USER}
MountType : NFS
ReadOnly : false
Cluster : Kubernetes

Now, we need to mount FSx, but we are encountering errors:

SetUp failed for volume: mount failed: exit status 32.
Mounting arguments: -t nfs :/..... Connection timed out.

Ok, seems like the arguments for Lustre should be different, but they are not proposed by this guide.

So we also tried configuring it as localhost, but that fails with the error:

HostPath type check failed: /mnt/fsx/home is not a directory

(although /mnt/fsx/home definitely exists).

What are we missing?

If /mnt/fsx/home is already mounted on your EKS nodes, you could simply use Passthrough or Host mount type to make them available within the POD ?