<div>hi,,</div>
<div> </div>
<div>am having my samba server in RHEL 5.0.</div>
<div>And all my clients are using Fedora 9,nearly 100 clients are there now,</div>
<div>For roaming profile of my samba share for my samba server to these fedora clients.</div>
<div>I have to mount their profile path  /sambaserver/share to the client (fedora) machine</div>
<div>through cifs are smbfs file system.</div>
<div> </div>
<div>So from my fedora machine when i try to mount cifs filesystem in my fedora machine like,</div>
<div> </div>
<div><strong>mount.cifs //SAMBA_SERVER/share /mount_point/ -o username=user,password=abcdef</strong></div>
<div> </div>
<div>am getting </div>
<div> </div>
<div><strong><font color="#990000">mount error 20 = Not a directory<br>Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)</font></strong></div>
<div><strong><font color="#990000"></font></strong> </div>
<div><font color="#000000">so i searched in forums and google for the above error, and i get to execute,</font></div>
<div> </div>
<div><strong>echo 0 > /proc/fs/cifs/LinuxExtenxsionsEnabled</strong></div>
<div><strong></strong> </div>
<div>after executing this i can able to mount through cifs filesystems.No problem in that and i can able to access my datas in the share from folder.</div>
<div>But when i try make an entry in <strong>/etc/fstab</strong> for making mounting all the time whenever the machine reboots like</div>
<div> </div>
<div><strong>//<a href="http://192.168.1.101/centos">192.168.1.101/centos</a>  /home/centos           cifs    username=user,password=abcdef        0 0</strong></div>
<div><strong></strong> </div>
<div>And i saved it and rebooted my machine. When my fedora machine boots up at the booting time itself it is prompting for password</div>
<div>where i cant able to give my password and when i press enter it is getting failed.</div>
<div> </div>
<div>I had tried through automount also throu autofs. But it not works.</div>
<div>Help me with this issue. Thanks in advance</div>