"John Armstrong" <(E-Mail Removed)> wrote in message
news:1ejg1lwvpiu9g$.(E-Mail Removed)...
> On Tue, 30 Sep 2003 08:15:23 +0100, Allan Bruce wrote:
>
> >>> It tries to connect, and asks for the password. Then it says:
> >>> 6830: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
> > invalid
> >>> share name)
> >>> Do I have to do anything to the windows machine?
> >>> Thanks
> >>> Allan
> >>>
> >>>
> >>
> >> use
> >>
> >> smbclient -L servername -N
> >>
> >> to see the available share, on the windows machine you have to share
> >> folders or devices. you can do this in the properties of the folder or
> >> the device. If there's no option to do this you have to install the
> >> service for sharing devices and printers in the network configuration
> >>
> >
> > I see all of the shared drives on the windows machine with the above
> > command, but I still get a "(You specified an invalid share name)". The
> > windows machine is successfully sharing its drives with another windows
> > machine.
> > Any ideas?
> > Thanks
> > Allan
>
> Any spaces in the sharename? If so you may need to put quotes around it.
I didnt think there was - I was trying the drive letter as the share name,
but it was requiring the label and the drive letter, e.g.
//picard/"games (d)"
And now it works

)
thanks guys
Allan