Auto Mounting In Ubuntu Intrepid Ibex
When use Intrepid u will noticed that if you mounting your internal drive the Intrepid will do that easy. But When u turn off n then turn on again your computer, Intrepid will not mounting that internal drive again. To me this is very annoying
but finnaly i’ve found the answer
n that is :
1. Open file /etc/hal/fdi/policy/preferences.fdi
sudo gedit /etc/hal/fdi/policy/preferences.fdi
2. Then search this line
<device>
<match key=”storage.hotpluggable” bool=”false”>
<match key=”storage.removable” bool=”false”>
<merge key=”storage.automount_enabled_hint” type=”bool”>false</merge>
</match>
</match>
</device>
change that bold word with true, n then save.
Now when u turn on the comp or u restart ur comp the internal drive will mount automatic.
Recent Comments