tapsemi
10-12-2003, 08:56 PM
I am(a newbie) trying to make my WinXP machine's harddrive visible from linux machine running mandrake9.1 I made the particular drive(d:) sharable in windows and then from linux prompt I typed(as root)
mkdir /mnt/d
mount //<computername>/d /mnt/d -t smbfs -o username=<xyz>
and it gives me this error message
12629: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) SMB connection failed
where <computername> is the name of windows computer and <xyz> is the common user name.
Does anyone have any idea about what this errors mean and how can I make my windows computer visible from Linux machine.
mkdir /mnt/d
mount //<computername>/d /mnt/d -t smbfs -o username=<xyz>
and it gives me this error message
12629: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) SMB connection failed
where <computername> is the name of windows computer and <xyz> is the common user name.
Does anyone have any idea about what this errors mean and how can I make my windows computer visible from Linux machine.