Shishire Maiga
May 21st, 2008, 11:05 PM
So I've noticed when running Ubuntu that while my external drives will show up on my desktop when I turn the computer on, my internal drives don't. They were still accessible from the Places Menu, but they had to mount on the first click, and then I could open them. Obviously, this is not the desired behavior. So I did a bit of digging and I found the problem. HAL apparently tells gnome-volume-manager not to auto-mount internal drives. I found the file containing this policy, and fixed the problem.
The file is this one:
/etc/hal/fdi/policy/preferences.fdi
To fix it so that internal drives will show up on your desktop when you boot up, change this line:
<merge key="storage.automount_enabled_hint" type="bool">false</merge>
to this:
<merge key="storage.automount_enabled_hint" type="bool">true</merge>
Then, reboot, and Voila!
The file is this one:
/etc/hal/fdi/policy/preferences.fdi
To fix it so that internal drives will show up on your desktop when you boot up, change this line:
<merge key="storage.automount_enabled_hint" type="bool">false</merge>
to this:
<merge key="storage.automount_enabled_hint" type="bool">true</merge>
Then, reboot, and Voila!