Volume
A volume is a durable filesystem. Its default state is writable, so you do not need a branch before writing files.amulet mount creates a missing volume automatically. Use amulet create only
when you need to provision a volume without mounting it.
Mount
A mount exposes a volume, branch, or snapshot at a local path. A volume or branch is writable unless you pass--ro; snapshots are always read-only.
The mount command stays in the foreground for the lifetime of the mount. Use
another terminal or process for file operations, then run amulet unmount when
the work is complete.
If you omit the local path, Amulet uses ./<volume>. The directory must either
not exist or be empty.
