mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 03:02:12 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/linux/udiskie-umount
Normal file
26
tldr/linux/udiskie-umount
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user