Hello, I am trying a smbmount on RH 7.1 and I am getting the following error: # smbmount \\\\MyBox\\public1 /home/mydir/mypt Password: execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Could someone please help me? I am absolutely certain that the both the directory /home/mydir/mypt and share exist as I tried this identical mount (cut and paste) on a different RH 7.1 machine and it works fine. Thanks for your help. Sanjay __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! auctions.yahoo.com
On Sat, 2 Feb 2002, Sanjay wrote:> # smbmount \\\\MyBox\\public1 /home/mydir/mypt > > Password: > execvp of smbmnt failed. Error was No such file or > directory.smbmnt failed: 1smbmnt is not in the path of the user doing the mount. Nor is it in the "BINDIR" which is defined at compile time. Search for it and then either modify your path or copy/symlink smbmnt into the current path. One example could be: ln -s /usr/sbin/smbmnt /usr/bin/smbmnt /Urban