Skip to main content

Link to multiple Filespaces through the Terminal/CLI

  • Updated
The LucidLink Desktop Application supports connecting to multiple instances. Refer to the Connect to multiple Filespaces through the LucidLink Desktop Application article for more information.


Two or more Filespaces can be mounted at the same time through the command line by specifying --instance id. 

Each Filespace instance requires its own system resources and cache. LucidLink recommends ensuring appropriate resources are available and Filespace requirements are tuned correctly in relation to the anticipated workloads.

You require an --instance id per Filespace. LucidApp uses instance id 0 by default and activating Snapshots leverages instance id 1000 as default.

Snapshots require additional --snapshot <id> or --all-snapshots

Please review the Link Filespace from the command line for an overview of linking Filespaces through the operating system client and the OS CLI.

    lucid --instance <id> daemon --fs <filespace.domain> --user <fsuser> --password <userpwd> --mount-point <mount-point>
Note: <mount-point> can be folder path or drive letter depending on operating system type.

Windows
Example:

    lucid --instance 1 daemon --fs example.filespace --user user1 --password VerySecurePassword --mount-point C:\Lucid

or

    lucid --instance 1 daemon --fs example.filespace --user user1 --password VerySecurePassword --mount-point M:

If your password contains special characters, enclosing it in double quotes is recommended:
   lucid --instance 1 daemon --fs example.filespace --user user1 --password "$ecure&SafePassword" --mount-point P:
macOS

Example:

    lucid --instance 1 daemon --fs example.filespace --user user1 --password VerySecurePassword --mount-point /Volumes/Lucid
If your password contains special characters, enclosing it in single quotes is recommended:
   lucid --instance 1 daemon --fs example.filespace --user user1 --password '$ecure&SafePassword' --mount-point /Volumes/Lucid

Was this article helpful?

0 out of 0 found this helpful