Files
bare-operating-system/packages/bare-os-coreutils/man/pages/umount.json
T
2026-04-04 19:08:51 -04:00

35 lines
581 B
JSON

{
"name": "umount",
"section": 1,
"title": "detach a mounted Hyperdrive label",
"synopsis": [
"umount </mnt/label>"
],
"description": "Detach a mounted /mnt/<label> entry from the active HDMS mount map.",
"options": [],
"keywords": [
"umount",
"mount",
"hyperdrive",
"hdms",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "detach mount label",
"code": "umount /mnt/work"
}
],
"seeAlso": [
{
"name": "mount",
"section": 1
},
{
"name": "hdms",
"section": 1
}
]
}