Latch Pods provides direct access to all files stored on Latch Data.

To mount Latch Data onto Pods, use the command:

mount-ldata

By default, Latch Data will be available under the /ldata folder in the Pod.

To display the content of /ldata under the /root folder, you can create a symlink like so:

ln -s /ldata /root

To ensure Latch Data is automatically mounted when Pods start in the future, enable the LData FUSE automount service:

systemctl enable latch-ldata-automount
systemctl start latch-ldata-automount