Skip to main content
Use a volume for the durable default state of a filesystem. Mounting a missing volume creates it automatically; amulet create is useful when you want to provision one without mounting it.
1

Create a volume

2

List volumes

The output should include project-data.
3

Mount and write data

Keep the mount running in one terminal:
Write from another terminal:
4

Unmount and reconnect

Verify the file from another terminal:

Mount without a path

If you omit the local path, Amulet mounts at ./<volume>:

Delete a volume

Unmount the volume first, then delete it:
Deleting a volume also deletes its branches and snapshots. The CLI asks for confirmation; add --yes only in an intentional non-interactive workflow.
Volume deletion cannot be undone. Verify the volume name and preserve any required files before continuing.