Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

How to automount partitions in Ubuntu 13.04 and...

LINUX NEWS

REVIEWS

APPLICATIONS

HOW TO'S

http://www.linuxandlife.com/2013/06/automount-...

TIPS & TRICKS

DESKTOP EYECANDY

How to automount partitions in Ubuntu 13.04 and


Linux Mint 15
Friday, June 07, 2013

If you have other partitions than just the linux partitions in your computer, you will sometimes need to
automount them at startup, for showing up on your conky config, or continuing a torrent download ..
etc. With the old releases of Ubuntu and Linux Mint, the common advice you will find is to use pysdm, a
GUI tool, to automount the partitions. However, since Ubuntu 12.10, pysdm has been removed from
the repositories so I will teach you a trick to automount partitions without installing anything.

CONTACT

WRITE FOR US

163
Follow @linuxandlife

272 followers

Linux and Life


Curtir
1.431 pessoas curtiram Linux and Life.

First you need to find out the uuid (universally unique identifier) of the partitions you want to automount.
To do so, you can use the following command:
ls -l /dev/disk/by-uuid

And you will have the output like this:


Plug-in social do Facebook

RECENT POPULAR POSTS

Things to do after installing


Linux Mint 15 MATE
10 things to do after installing
Linux Mint 13

Now you have the uuid of the partitions in your computer. To automount, for example the sd8 partition,
you just need to add the following command into the startup applications:
/usr/bin/udisks --mount /dev/disk/by-uuid/500D4BE5454B55ED

Like this:

How to: Rename multiple files


with "rename"
How to use UnetBootin to create
a bootable USB for Windows 7
My favorite linux terminal
emulators
How to change login screen
theme in Linux Mint 13
How to fix: No sound in Linux
Mint 13 Maya
7 new but very beautiful conky
setups for your linux desktop
10 things to do after installing
Archbang
How to configure xmonad in
Arch Linux

And from now, my sd8 partition will always be auto-mounted at startup.

1 de 3

30-10-2013 14:54

How to automount partitions in Ubuntu 13.04 and...

Copyright Linux and Life

2 de 3

http://www.linuxandlife.com/2013/06/automount-...

Privacy Policy | Disclaimer | Hostgator Coupon

30-10-2013 14:54

How to automount partitions in Ubuntu 13.04 and...

3 de 3

http://www.linuxandlife.com/2013/06/automount-...

30-10-2013 14:54

You might also like