Hi, I'm trying to give a daemon access to a USB-drive. Manually as root it works fine, but the daemon does not run as root, so the daemon has no rw-access to the drive. I googled and tried some of the suggestions, with no luck. What I did : My auto.master : +auto.master /mnt/vchanger /etc/auto.vchanger --timeout=30 My auto.vchanger, working OK as root : # /etc/auto.vchanger * -fstype=auto,rw :/dev/disk/by-uuid/& I tried this in auto.vchanger : * -fstype=auto,rw,uid=bacula :/dev/disk/by-uuid/& * -fstype=auto,rw,gid=bacula :/dev/disk/by-uuid/& * -fstype=auto,rw,uid=$UID :/dev/disk/by-uuid/& * -fstype=auto,rw,gid=$GID :/dev/disk/by-uuid/& * -fstype=auto,rw,gid=users :/dev/disk/by-uuid/& I always get an error when trying to access the drive (as root or myself, user bacula has no shell) : error: unrecognized mount option "gid=0" or missing value "gid=0" can be replaced with "uid=107", or "gid=110", depending on the auto.vchanger content. Those uid's and gid's do exist. After changes to auto.vcahnger, I restarted autofs (rcautofs restart). Anyone who can help me ? I'm working with OS 11.4, 32bit. Thanks, Koenraad Lelong. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org