Hi I installed samba 2.2.3a on RH Linux 7.2. I made RPM from the source code and installed it.In the Readme file of RH Linux 7.2 it is mentioned that Samba 2.2.3a is corrupted for RH Linux 7.2. I just want to know whether Samba 2.2.3a is still corrupted on RH Linux 7.2 or the bugs have been taken care of. I installed Samba 2.2.3a a week ago. Also I'am unable to mount the NT share on Linux. The command is as follows : - mount -t smbfs -o username=xyz,password=abc //machine_name/share /mnt/c It gives me this error "smbmnt failed to find file or directory " It was working properly on Samba 2.2.1a. Is this the problem with the corruption of Samba or anything else. Please reply me as early as possible. Regards Aadil __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
On Tue, 2 Apr 2002, Vijendra Agarwal wrote:> Also I'am unable to mount the NT share on Linux. > > The command is as follows : - > > mount -t smbfs -o username=xyz,password=abc > //machine_name/share /mnt/c > > It gives me this error > "smbmnt failed to find file or directory "Unless you get a message that looks exactly like that I'd say that your problem is that smbmount can't find smbmnt. One suggestion is that you copy or link smbmnt from /usr/sbin to /usr/bin (or fix your paths or ...). Please search the list archives or google before asking questions. It's also much better to just include all the output of a failed command instead of editing it. Cut and paste is your friend. /Urban