Automount of directories

In a system configured to use automount, certain directories may not be immediately visible to the user until they are accessed. This means that these directories are only mounted when needed, which optimizes system resources.

The directory in question is hidden from the user until they run the ls command to list its contents. When the user accesses the directory (via ls or any other command that references it), the system will automatically mount the filesystem and display the directory contents.

This automount setup comes with a timeout feature, where the directory remains mounted for a specified period of time. In this case, the timeout is set to 7 days. This means that after the directory is mounted, if it is not accessed again within 7 days, it will automatically unmount, freeing up resources until it is needed again.

This setup is particularly useful for network-mounted directories, reducing unnecessary mounts when the directory is infrequently accessed.

On GLiCID all the directories except /scratch/nautilus use automount.