Command-line interface
1. Unmount a Filespace
usage: lucid3 unmount unmount the Filespace from the Operating System
2. Mount a Filespace
Usage: lucid3 mount [options] Mount the filespace to the OS Options: [--mount-point] path Mount the filespace at this mountpoint
--label name Windows only. The label of the filespace drive.
--root-point path Folder within the filespace to appear as the root folder. Path starts at the lucid3 filespace root.
[--fuse-allow-other] Allow other users on this machine to access the filesystem (Linux and MacOS only)
Examples
Unmount all operating systems':
lucid3 unmount
Windows folder:
lucid3 mount C:\Folder
Windows drive:
lucid3 mount L:
macOS and Linux home/folder:
lucid3 mount ~/Folder