Tue Apr 15, 2014 3:43 am
Wed Apr 16, 2014 1:08 pm
udisks --mount <device>
udisks --unmount <device>
Wed Apr 16, 2014 1:12 pm
I also took at look at cryptmount, and it looks like you have to specify who is allowed to mount what in a config file ahead of time.
luks-data {
keyformat=luks
dev=/block/device/or/file
dir=/path/to/mountpoint
fstype=ext2
}
:~$ cryptmount luks-data
Enter password for target "luks-data":
########
cryptmount -u luks-data