Linux AutoFS with CIFS --- HOWTO

harmandeep

VirTuaLiZaTioN Freak
Disciple
Guys, i had followed
Mounting SMB/CIFS volumes with autofs on the fly - FedoraForum.org
and
Accessing Windows Or Samba Shares Using AutoFS | HowtoForge - Linux Howtos and Tutorials

But i am not able to access CIFS share via Autofs...

Any Guide / info related to the same for getting the job done.

Systems in testing are :-
CIFS Server - Win 7 , Xp
CIFS Client - RHEL 5.2

--- Updated Post - Automerged ---

Update :--

1) is working

[root@rhel-52-02 ~]# /etc/auto.cifs 192.168.31.55

-fstype=cifs,noperm,file_mode=0660,dir_mode=0755,credentials=/etc/auto.smb.192.168.31.55 \

/ADMIN\$ ://192.168.31.55/ADMIN\$ \

/C\$ ://192.168.31.55/C\$

[root@rhel-52-02 ~]#

2) isn't working

[root@rhel-52-02 ~]# ll /cifs/192.168.31.55

ls: /cifs/192.168.31.55: No such file or directory
 
Back
Top