Startup applications 14.04
- by gpalthrow
I'm trying to mount 3 partitions by default when I log in.
I used to do that with the start up applications in 12.04
However there seems to be a nasty bug in 14.04 where false command duplicates are removed (apparently, only the command is taken into account, even if the arguments differ).
I tried using one single command instead of 3, putting all the devices in one line (something like /usr/bin/udisks --mount /dev/sdb1; /usr/bin/udisks --mount /dev/sdb2; /usr/bin/udisks --mount /dev/sdb3; )
However it does not seem to work either.
What can I do to have 3 partitions mounted by default (with their label) ?!