Click to See Complete Forum and Search --> : help me make windows visible from linux


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.

skinner422
10-12-2003, 09:15 PM
you may want to use xfsamba. it's gui that lets you browse and mount computer over a network. i think it's included in mandrake9.1

juicelooser
10-12-2003, 09:41 PM
If you go into the Mandrake Control Panel, then Mount Points, then Set Samba Mount Points, you can set it up there.

tapsemi
10-12-2003, 11:03 PM
I couldn't see any mount/unmount option in the Control Panel. The only close thing I saw was Control Center -> Local Network Browsing, which I had already filled out correctly. Am I getting something wrong?

somebitch
10-13-2003, 09:26 AM
i use the following

mount -t ntfs /dev/hda3 /mnt/windows

you have to change the hda to your windows hda and /mnt/windows to the mount point you want to use.

DMR
10-13-2003, 02:31 PM
Originally posted by some*****
i use the following

mount -t ntfs /dev/hda3 /mnt/windows

you have to change the hda to your windows hda and /mnt/windows to the mount point you want to use. That would be for a local Windows mount; this is a remote share that tapsemi is having trouble with.

tapsemi,

On the XP box, open a DOS box and type the following command:

net view \\computername

where computername is the name of the XP box. Check the resulting list of shares carefully to make sure that you're really sharing the D: drive as "d". Also check the permissions in the drive's properties window.