You are not logged in.
1)if I'm adding line to the /etc/fstab
/dev/sdb3 /mnt/sdb3 ntfs-3g rw,noauto,noexec,nosuid,nodev,users 0 0
I can't mount this disk with my usual user through Konqueror media:/ service the same problems for any /dev/sd* devices
2) How this konqueror service works? where is man pages for it? Where configures files situated?
$ ls -al /dev/sdb*
brw-rw---- 1 root disk 8, 16 Июн 8 07:52 /dev/sdb
brw-rw---- 1 root disk 8, 17 Июн 8 07:52 /dev/sdb1
brw-rw---- 1 root disk 8, 18 Июн 8 07:52 /dev/sdb2
brw-rw---- 1 root disk 8, 19 Июн 8 07:52 /dev/sdb3
/etc/group
users::100:myuser
optical::93:hal,myuser
storage:x:95:hal,myuser
hal:x:82:
disk::6:root
Offline
Have you started dbus and hal, as explained in http://wiki.archlinux.org/index.php/HAL ?
Here's the fstab line I use for a ntfs partition, although I mount it at boot:
/dev/sda1 /dosc ntfs-3g silent,gid=adm,fmask=0113,dmask=002,locale=es_ES@euro,no_def_opts,allow_other 0 0
See ntfs-3g manual for other options.
Offline