I have two hard-drives (one internal and one external) that I want to mount on start up (ntfs, but it doesn’t matter).
I can mount them fine with the "Disk Utility" aplication and I can mount them fine with the comands
/usr/bin/udisks --mount /dev/disk/by-uuid/21318E3E64707B4D
/usr/bin/udisks --mount /dev/disk/by-uuid/6439FB1D652606C4
respectively (I followed this tutorial; https://help.ubuntu.com/community/AutomaticallyMountPartitions#Per-User_Mounts and used the Per-User Mounts).
But when I put these commands, separated by a semicolon, in the Startup Application to run on startup, it only mounts one of the partitions (always the same one). Why is this and how to fix it?
(At first I tried to have each mounting-command as a separate "startup program" but then the start-up program removed one of the programs, leaving me with only one mounted hard drive...)
I'm using Ubuntu 12.04 LTS.
Thank's in advance!
`gnome-session-properties
Push the Add button.
Choose a name, paste in your command and push the Add button` what do you see in this gnome-session-screen ? are the two disks you want present there , if you remove the semicolon there and do add one by one do you get desired result
– Registered User Mar 15 '13 at 07:44/usr/bin/udisks --mount /dev/disk/by-uuid/21318E3E64707B4D
where does it gets mounted and while it is mounted and you type in/usr/bin/udisks --mount /dev/disk/by-uuid/6439FB1D652606C4
where does the second mount gets mounted does it go in same /media – Registered User Mar 15 '13 at 07:58This method is only available in Hardy and Karmic.
and below it says to use pysdm package and when I checked pysdm package links http://ubuntuforums.org/showthread.php?t=2076532&p=12318955#post12318955 it says this package is obsolete so you need to manually edit the fstab file – Registered User Mar 15 '13 at 08:05