<br><br>
<div class="gmail_quote">2009/1/11 Ed Greshko <span dir="ltr"><<a href="mailto:Ed.Greshko@greshko.com">Ed.Greshko@greshko.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Aravind Arjunan wrote:<br>> hi,,<br>><br>> am having my samba server in RHEL 5.0.<br>> And all my clients are using Fedora 9,nearly 100 clients are there now,<br>> For roaming profile of my samba share for my samba server to these<br>
> fedora clients.<br>> I have to mount their profile path  /sambaserver/share to the client<br>> (fedora) machine<br>> through cifs are smbfs file system.<br>><br>> So from my fedora machine when i try to mount cifs filesystem in my<br>
> fedora machine like,<br>><br>> *mount.cifs //SAMBA_SERVER/share /mount_point/ -o<br>> username=user,password=abcdef*<br>><br>> am getting<br>><br>> *mount error 20 = Not a directory<br>> Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)*<br>
> **<br>> so i searched in forums and google for the above error, and i get to<br>> execute,<br>><br>> *echo 0 > /proc/fs/cifs/LinuxExtenxsionsEnabled*<br>> **<br>> after executing this i can able to mount through cifs filesystems.No<br>
> problem in that and i can able to access my datas in the share from<br>> folder.<br>> But when i try make an entry in */etc/fstab* for making mounting all<br>> the time whenever the machine reboots like<br>><br>
</div>> *//<a href="http://192.168.1.101/centos" target="_blank">192.168.1.101/centos</a> <<a href="http://192.168.1.101/centos" target="_blank">http://192.168.1.101/centos</a>><br>
<div class="Ih2E3d">> /home/centos           cifs    username=user,password=abcdef        0 0*<br>> **<br>> And i saved it and rebooted my machine. When my fedora machine boots<br>> up at the booting time itself it is prompting for password<br>
> where i cant able to give my password and when i press enter it is<br>> getting failed.<br>><br>> I had tried through automount also throu autofs. But it not works.<br>> Help me with this issue. Thanks in advance<br>
</div>Don't know if this will make any difference....<br><br>I've never been a fan of putting the username and passwords in the<br>fstab.   I use credentials= instead.<br><br>Ed<br><font color="#888888"><br>--<br>
UNIX is many things to many people, but it's never been everything to<br>anybody. <a href="mailto:Mei-Mei.Greshko@greshko.com">Mei-Mei.Greshko@greshko.com</a><br><a href="http://tw.youtube.com/watch?v=cCSz_koUhSg" target="_blank">http://tw.youtube.com/watch?v=cCSz_koUhSg</a><br>
<br></font><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br></blockquote></div>
<div><br>hi ED,</div>
<div> </div>
<div>I tried with credentials in fstab also but same result it is getting failed while mounting.</div>