1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-24 09:06:05 +02:00

Added udisksctl

This commit is contained in:
Aayush Kasurde 2015-01-20 21:34:11 +05:30
parent efba736aee
commit 55492c50ac

@ -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