I'm having a very tough problem with trying to mount my Audrey on my LAN. The Audrey can see the internet and my router does describe a vaild address for the Audrey. However, I can not get to files on any of the MS XP machines on the LAN.
I've read the other postings on this BBS, and I've tried most of the suggestions. Here's what I generally do:
fs-cifs -a//Computer1:192.168.123.XXX:/Tracks userid password
[] Computer1= Host computer name
[] 192.168.123.XXX is host computer IP address (with XXX as the proper number). I've noticed that all of the posts here are 192.168.0.0 (or 1) as the host computer IP address.
[] Tracks is the XP directory
[] userid is the user ID
[] password is the password
I also have tried:
fs-cifs -a//Computer2:192.168.123.YYY:/Tracks quest none (for a none pwd protected machine)
fs-cifs -a//Computer1:192.168.0.XXX:/Tracks userid password
fs-cifs -a//Computer1:192.168.0.1:/Tracks userid password
fs-cifs -a//Computer1:192.168.0.0:/Tracks userid password
__________________
The response from the system is:
fs-cifs: illegal option --/
fs-cifs: illegal option --/
fs-cifs: illegal option --C
and this continues until all of the letters are used [except for the "a" in Tracks!?]
fs-cifs: illegal option --d [completing the word "password"]
then the final line in the response is:
missing arguments or all mount attempts failed
I am mega hours in to this. Anyone have a clue?