Hallo liebe Leute,

es gibt einige Howtos zum Thema autofs automount und samba, aber wie so üblich funktioniert es bei mir einfach nicht.

Vielleicht kann mir jemand einen Tipp geben?

Hier meine Config soweit:

# cat /etc/auto.master:
/mnt/nova /etc/auto.nova --timeout=60

# cat /etc/auto.nova
nova         -fstype=smb,username=abc,password=xxxx    ://nova/storage

# /etc/init.d/autofs status
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout=60 /mnt/nova program /etc/auto.nova

Active Mount Points:
--------------------
/usr/sbin/automount --pid-file=/var/run/autofs/_mnt_nova.pid --timeout=60 /mnt/nova program /etc/auto.nova


Aber ein
# ls /mnt/nova/
bringt nichts und ein
# ls /mnt/nova/nova
nova: No such file or directory


Allerdings funktioniert ein

# mount -t smbfs -o noauto,user,rw,iocharset=utf8,uid=1000,gid=1000,fmask=775,dmask=775,user=abc,password=xxxx //nova/storage /mnt/nova/storage

wunderbar.


Ich verstehs nicht. Wo ist das Problem?

Grüße, Thomas



--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an