My goal is disabling the USB mount only for some specific users while leaving it for others. This includes disabling it from the Graphic interface too.
I am using KDE 3 and opensuse 11
My /etc/fstab for the usb entry is:
usbfs /proc/bus/usb usbfs noauto 0 0
Should i remove those user from the group “users” and put in another group (which in particular?) and edit fstab to allow only users to mount it? (i would replace “noauto” with users,gid=users , correct?)
Thanks in advance for any opinion!