Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'SmbBrowse rules' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
SmbBrowse rules
Authored by: germsteel on Mar 23, '02 11:46:54PM

This saves me from many a tedious mount_smbfs command for accessing my Windows 98 shared directory. Then I wrote a little script, put this into a file called mountsmb.sh

#!/bin/sh
mount_smbfs -N -d 744 -u lucy -g staff -I 192.168.0.1 //" "@SAFFRON/OUR_DOCS /Volumes/SAFFRON-OUR_DOCS/

then
chmod +x mountsmb.sh

then run as root:
./mountsmb.sh

it complains about unable to set locale but works fine. From the find use GO Command~ then /Volumes/SAFFRON-OUR_DOCS/ (or whatever folder name you used)

--germsteel



[ Reply to This | # ]