multipass mount <source> <target...>

Mount a local directory in the instance

Arguments

NameDescription
sourcePath to the local directory to mount
targetTarget mount points, in <name>[:<path>] format, where <name> is an instance name, and optional <path> is the mount point. If omitted, the mount point will be the same as the source's absolute path

Options

NameDescription
-g, --gid-map <host:instance>A mapping of group IDs for use in the mount. File and folder ownership will be mapped from <host> to <instance> inside the instance. Can be used multiple times
-u, --uid-map <host:instance>A mapping of user IDs for use in the mount. File and folder ownership will be mapped from <host> to <instance> inside the instance. Can be used multiple times