I made a lot of changes, but I hope I get the critical path to a solution right in this post.
I made the change of using the ASCII code of \040 for space in my windows directory structure. This left me with a new error message.
retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I googled this. There were a lot of different solutions that all boiled down to the solution I was already using.
One of the posts (
http://opensuse.swerdna.org/susesambacifs.html) really filled in my education, but was no help with my problem. Finally I found a post that suggested using smbtree. When I did so, I found my NAS was not in the tree structure. With this hint, I went back to my NAS settings and made sure that my workgroup was set the same as all the other computers (Earlier in this process, I had found that I had two work groups - MSHOME and GECKO). The work group was the same. However, I ran a utility (forget which one) and it showed the workgroup was still MSHOME.
On a hunch, I set the IP address of the NAS (with it's own utility) to static and then updated. This also changed the workgroup. The next time I ran smbtree, the NAS was there.
[root@GeckoSrrrver ~]# smbtree
Enter root's password:
GECKONET
GECKO
\\TOKEK Maxtor Central Axis
\\TOKEK\ADMIN$ IPC Service (Maxtor Central Axis)
\\TOKEK\IPC$ IPC Service (Maxtor Central Axis)
\\TOKEK\GeckoNetFiles GeckoNetFiles
\\TOKEK\Public Public
\\TOKEK\config config
\\GECKOONE
\\GECKOONE\Brother DCP-7020 USB Printer Brother DCP-7020 USB Printer
\\GECKOONE\Gecko One Shared Documents
\\GECKOONE\My Local Documents
\\GECKOONE\My Music
\\GECKOONE\print$ Printer Drivers
\\GECKOONE\IPC$ Remote IPC
\\GECKOONE\My Documents
\\BULLDOG
AHA!
I needed to use this as the address of the NAS -
\\TOKEK\GeckoNetFiles
Back to fstab and changed the line -
//192.168.1.106/GeckoNetFiles/My\040Documents/My\040Music /var/hda/files/music/ cifs guest, _netdev 0 0
Mounted fine and I can browse my music on the NAS.
Thanks to everyone who has helped. Sure to have more questions in the future.
Tony