Click to See Complete Forum and Search --> : Problem with smbmnt


robeb
08-15-2002, 08:49 PM
I am trying to mount a windows shared directory on linux with samba, but I am getting an error:

execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1

I googled and found that I need to add smbmnt to my PATH enviromental variable. How would I do that?

- Thanks, robeb

Sledge1954
08-15-2002, 08:57 PM
Open a console and type "whereis smbmnt". It should tell you where the file is.

Mine is at /usr/bin/smbmnt.

Good luck.

cowanrl
08-15-2002, 09:17 PM
Take a look at this thread:

http://linuxnewbie.org/forum/showthread.php?s=&threadid=54199&highlight=samba

The solution to your problem is down near the bottom of it.