You are not logged in.
Pages: 1
I new to arch and so far i like it!
I am dealing wuth hal to automount my other partitions, i when i use nautilus i have listed at list 8 partitions/devices wich HAL mount.
How can i configure this, to only mount what i want? for example i have sabayon linux installed in one partion and i don't want hal to mount this, but at the same time, i want my mp4 player or my dvd device automounted.
PD: In this case is better if i use fstab?
thanks ain advance! and thanks for this great OS
Offline
I've also been wondering this myself. I want to hide/disbale the root partition of another Linux distro.
I don't have the other partition in my fstab but it continues to be seen and mounted (in Gnome).
Offline
TSP, I ended up trying this "outdated" tip and it worked.
http://wiki.archlinux.org/index.php/HAL
As root, create a file named 90-user-methods.fdi in /etc/hal/fdi/policy. Then paste the following in
<xml>
<deviceinfo>
<device>
<match>
<merge>true</merge>
<match>
<merge>false</merge>
<merge>true</merge>
</match>
</match>
</device>
</deviceinfo>
Then restart HAL, /etc/rc.d/hal restart.
Cheers.
Offline
Pages: 1