763 B
763 B
created, layout, layout_old, redirect_to, tags, title, toc, updated
created | layout | layout_old | redirect_to | tags | title | toc | updated | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008-08-29 10:19:59 +0200 | redirect | default | https://blog.mbirth.de/archives/2008/08/29/automount-internal-drives.html |
|
Automount internal drives | false | 2008-08-29 10:19:59 +0200 |
According to Only Ubuntu, to
enable auto-mounting of internal drives on bootup, edit the file /etc/hal/fdi/policy/preferences.fdi
and change
the line
<merge key="storage.automount_enabled_hint" type="bool">false</merge>
to this:
<merge key="storage.automount_enabled_hint" type="bool">true</merge>
From now on, internal drives should appear on your Desktop.