-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Unmount
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Unmounts a machine's file system again. Aliased umount.
ed machines unmount <machine> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
string, required | none | Machine name, ssh alias, id or unambiguous prefix. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the line. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
$ ed machines unmount tuf
unmounted /Users/pulkit/Edith/tuf
{
"machine": "Asus TUF 7",
"mountPoint": "/Users/pulkit/Edith/tuf",
"readOnly": false,
"remotePath": "/",
"source": "tuf:/"
}ed machines unmount tuf
ed machines umount tuf --json
The document describes the mount that was released, so it is the same shape
mount printed when it went up.
umount is tried first and diskutil unmount force second, which is what gets
a mount down when a shell is still sitting in it. The mount point is then
removed if it is empty and inside ~/Edith, so the folders do not pile up; a
mount point you chose with --at is left where it is.
A machine that is not mounted exits 4 rather than pretending to have done something:
$ ed machines unmount tuf
error: Asus TUF 7 is not mounted.
-
ed machines, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides