From 55492c50acf802bf4db20c74d9e955a064a3c76d Mon Sep 17 00:00:00 2001 From: Aayush Kasurde Date: Tue, 20 Jan 2015 21:34:11 +0530 Subject: [PATCH] Added udisksctl --- cheat/cheatsheets/udisksctl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cheat/cheatsheets/udisksctl diff --git a/cheat/cheatsheets/udisksctl b/cheat/cheatsheets/udisksctl new file mode 100644 index 0000000..2cd929b --- /dev/null +++ b/cheat/cheatsheets/udisksctl @@ -0,0 +1,11 @@ +# Get info about block device +udisksctl info -b + +# Mounting device +udisksctl mount --block-device + +# Unmounting device +udisksctl unmount --block-device + +# Get help +udisksctl help