Samba shares mit autofs mounten

Ich habe einen Samba Server im Netz, den wir als zentrale Datenablage von 4 Computer aus nutzen. Ich möchte die Verzeichnisse auf dem Samba Server mittels autofs dynamisch mounten. Das funktioniert auch einwandfrei von 2 PCs auf denen 11.4 64bit läuft. Von den anderen PCs (11.4 586 und 12.1 586) funktioniert das nicht. Das Mount-Verzeichnis wird jeweils automatisch erzeugt und von autofs blockiert. Die Unterverzeichnisse und die Daten erscheinen aber nicht.

Hier mein auto.master:

#
# Sample auto.master file
# This is an automounter map and it has the following format
# key  -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#
#/misc	/etc/auto.misc
#
# NOTE: mounts done from a hosts map will be mounted with the
#	"nosuid" and "nodev" options unless the "suid" and "dev"
#	options are explicitly given.
#
#/net	-hosts
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master
/NetDrive /etc/auto.NetDrive

und auto.NetDrive

backups -fstype=cifs,username=admin,password=admin,uid=1000,gid=100,file_mode=0664,dir_mode=0775 ://192.168.1.19/backups
dokumente -fstype=cifs,username=admin,password=admin,uid=1000,gid=100,file_mode=0664,dir_mode=0775 ://192.168.1.19/dokumente
movies -fstype=cifs,username=admin,password=admin,uid=1000,gid=100,file_mode=0664,dir_mode=0775 ://192.168.1.19/movies
music -fstype=cifs,username=admin,password=admin,uid=1000,gid=100,file_mode=0664,dir_mode=0775 ://192.168.1.19/music
photos -fstype=cifs,username=admin,password=admin,uid=1000,gid=100,file_mode=0664,dir_mode=0775 ://192.168.1.19/photos

Wie schon gesagt, auf den 64bit Maschinen funkts auf den anderen nicht.

Ich habe es selbst gelöst: aus irgend einem Grund darf die Datei auto.NetDrive nicht ausführbar sein. Als ich die entsprechende Berechtigung gelöscht habe, lief alles. Dem 64bit System ist das offensichtlich egal.

Noch ein Zusatz:
Beim 64 bit System muss autofs neu gestartet werden,
mit dem folgenden Code in boot.local:

rcautofs restart