RE: Smbmount troubles with Tomsrtbt2.0.103(other test)
Pete Scott <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <20020509133633.GGKA1028.fep04-svc.ttyl.com@localhost> |
Hi The smbmount command uses the smbmnt command so it must be in your PATH. How I did this is put: smbmnt smbmount smbumount in /tmp then made 3 symbolic link to them from /usr/bin, which is in the PATH: ln -s /tmp/smbmnt /usr/bin/smbmnt ln -s /tmp/smbmount /usr/bin/smbmount ln -s /tmp/smbumount /usr/bin/smbumount I had the same errors as you before I made these symbolic links. You will still have errors about smb.conf not found, but it should work. Hope that helps Pete