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.
| Flag | Type | Default | Description |
|---|---|---|---|
--type | string | fuse | Mount 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 nfsdodil 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-fsdodil k3 mount list
dodil k3 mount listLists all active K3 mounts on this host — bucket, mount path, type, daemon PID, and creation time.
See also
- Objects — API Reference — the underlying S3 PUT/GET routes the mount uses
- Core Concepts → Bucket
dodil k3 bucket·dodil k3 object