mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 00:46:42 +00:00
27 lines
524 B
Plaintext
27 lines
524 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# udiskie-umount
|
|
|
|
> Manually unmount devices using udiskie.
|
|
> See also: `udiskie`, `udiskie-mount`.
|
|
> More information: <https://github.com/coldfix/udiskie/wiki/Usage>.
|
|
|
|
- Unmount a mounted device:
|
|
|
|
`udiskie-umount {{path/to/mount}}`
|
|
|
|
- Unmount and power down a USB device:
|
|
|
|
`udiskie-umount --detach {{path/to/mount}}`
|
|
|
|
- Eject an optical drive:
|
|
|
|
`udiskie-umount --eject {{path/to/mount}}`
|
|
|
|
- Display help:
|
|
|
|
`udiskie-umount --help`
|