Everytime I boot Ubuntu, I have to mount all the partitions I need to get them up and running. But seriously, I find it annoying. Here’s a workaround that worked for me.
Identify the partition you want to automount. Mount that specific partition and open its content using File Browser. Keep in mind it’s mount point, the ones found on the location bar.
Advanced knowledge in using Linux IS NOT A prerequisite.

Open System Monitor (System -> Administration -> System Monitor). Go to the File Systems tab and find the corresponding Device of the mount point. The format would be something like /dev/sd[a-z][1-9].
Unmount the device by going to Places -> Computer. Right click the partition and click Unmount Volume.
Now, open terminal (Applications -> Accessories -> Terminal). Navigate to /dev/disk/by-id by typing this command:
cd /dev/disk/by-id.
Get the list of files and directories on the path by typing ls. Find your appropriate device. If it’s /dev/sda3, it should end with something like -part3. Copy the file name and paste it somewhere else such as a text-editor. Continue reading “Mount a partition in Ubuntu automatically at startup” »