mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Added udisksctl
This commit is contained in:
parent
efba736aee
commit
55492c50ac
11
cheat/cheatsheets/udisksctl
Normal file
11
cheat/cheatsheets/udisksctl
Normal file
@ -0,0 +1,11 @@
|
||||
# Get info about block device
|
||||
udisksctl info -b <block_device>
|
||||
|
||||
# Mounting device
|
||||
udisksctl mount --block-device <block_device>
|
||||
|
||||
# Unmounting device
|
||||
udisksctl unmount --block-device <block_device>
|
||||
|
||||
# Get help
|
||||
udisksctl help
|
Loading…
Reference in New Issue
Block a user