Skip to Content
We are live but in Staging 🎉

dodil k3 mount

Mount a K3 bucket as a local filesystem so you can interact with objects through normal file operations. Mounts are backed by a daemon process registered locally.

Requires FUSE on the host for the default mount type (fuse). NFS is also supported.

dodil k3 mount

dodil k3 mount [bucket] [mount-path] [flags]

Mounts a bucket at the given local path. Creates the mount path if it doesn’t exist, then starts a daemon process and registers the mount in the local registry.

FlagTypeDefaultDescription
--typestringfuseMount type — fuse or nfs

Examples:

# Default: FUSE dodil k3 mount kb-prod ~/kb-prod-fs # NFS dodil k3 mount kb-prod ~/kb-prod-fs --type nfs

dodil k3 unmount

dodil k3 unmount [mount-path]

Gracefully disconnects a previously mounted bucket — stops the daemon and removes the mount from the local registry.

Example:

dodil k3 unmount ~/kb-prod-fs

dodil k3 mount list

dodil k3 mount list

Lists all active K3 mounts on this host — bucket, mount path, type, daemon PID, and creation time.


See also