Ubuntu thunar-like disk mounting from the command line

I always forget how to do this, so why not create a quick page to remind myself.
Logged in through the GUI it is easy to use thunar, but from the command line I use these steps:

# create the luks volume
sudo cryptsetup luksOpen /dev/sdc1 Verbatim1TB
# mount the disk like thunar
udisksctl mount -b /dev/mapper/Verbatim1TB

Voila!

Comments

Popular posts from this blog

Xubuntu Home Server on Dell XPS 13 9370

Cygwin + syslog-ng

Installing Fedora 21 on a (late 2014) Mac Mini