Hi,
when I try to mount a CIFS share using autofs I get the following message in /var/log/messages:
Code:
automount[10105]: open_mount: (mount):cannot open mount module cifs (/usr/lib/autofs/mount_cifs.so: cannot open shared object file: No such file or directory)
My autofs config looks like this:
auto.master
Code:
#
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# 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
/net -hosts
# begin added by me
/network /etc/auto.network
# end added by me
#
# 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
auto.network
Code:
pwa -fstype=cifs,credentials=/etc/smb.auth,noperm ://salxdev1/pwa
junk -fstype=cifs,credentials=/etc/smb.auth,noperm ://salxdev1/junk
autofs, samba, samba-client and libsmbclient are installed.
This worked perfectly in FC5 but it seems that it doesn't in F7.
Does someone have the same problem? - or better: a solution?
greets Richi