On Thu, Mar 10, 2011 at 4:01 AM, Maginot Junior <[email protected]> wrote: > Hi. > > I have several disk partitions. When I open computer:// in nautilus > and try to access (mount) my disk partitions nothing happen. No error, > no message, no mounting. This problem I think may be related to some > missing/bad configured hal fdi policy or something like that. I can > mount my partitions from CLI normally. > > Since I don't know much on how to configure and investigate if this > problem is related to hal/dbus/nautilus/gnome/etc I hope to get some > help from you guys. > Just one more thing, If I connect some pen-drive or external disk it > is automatically mounted (like expected) > > > Gnome/Nautilus 2.28.1 > HAL 0.5.12 > dbus-daemon 1.2.16 > > /* > sdd is an external drive with 3 partitions. This mounting is done > automatically after connecting the disk to the computer > */ > #mount > /dev/sdd3 on /media/ExOSX type hfsplus (rw,nosuid,nodev) > /dev/sdd2 on /media/EXWINDOWS type fuseblk > (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) > /dev/sdd1 on /media/ExLinux type ext2 (rw,nosuid,nodev) > /* > this (sdc2) is a local disk partition that I can't mount from nautilus > in computer:// only by hand > */ > /dev/sdc2 on /mnt type ntfs (rw) > > > I used "mount /dev/sdc2 /mnt" but I'm curious on why it doesn't uses > ntfs-3g as defaults since I have it installed.. > > > > Thanks. > > > > > > -- > Maginot Jr >
Just want to update that this thread is solved. This https://wiki.archlinux.org/index.php/HAL helped me to find out that the problem was inside /etc/PolicyKit/PolicyKit.conf I changed to this: <match action="org.freedesktop.hal.storage.*"> <return result="yes" /> </match> and now is working. regards [ ]'s -- Maginot Jr LPIC3/CCNA/Novel CLA -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
