Startup applications 14.04

Posted by gpalthrow on Ask Ubuntu See other posts from Ask Ubuntu or by gpalthrow
Published on 2014-08-24T15:29:49Z Indexed on 2014/08/24 16:28 UTC
Read the original article Hit count: 191

Filed under:
|

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) ?!

© Ask Ubuntu or respective owner

Related posts about 14.04

Related posts about startup-applications