I'm on Ubuntu Mate 16.04. I would like someone to give me a short introduction to the basic usage of the udisks utility on Linux systems. Specifically, I would like to know how to properly mount and unmount an external USB drive.
I'm on Ubuntu Mate 16.04. I would like someone to give me a short introduction to the basic usage of the udisks utility on Linux systems. Specifically, I would like to know how to properly mount and unmount an external USB drive.
To see connected devices do
Identify the device you want to mount or unmount. USB devices will mount in /media so after you connect them you can identify them by their mountpoints. We can see the mounted device here is /dev/sda1
to unmount this device:
-b
stands for block device. After entering this commandlsblk
shows:Now it's safe to remove. To re-mount it:
For general help type
udisksctl help
and for help on each command, type it and add--help
for example:For information about my root partition I would type
For more information type
info udisksctl