for a lan im helping a guy configure weve got a 180gb file server running win xp pro. i would like to be able to access that using my linux webserver. afai can tell, samba is used only for doing the opposite of what i want. how do i mount a directory on the fileserver from linux. (xp is ntfs, right?)
ie. 'mount -t ntfs 192.168.1.123\shared_folder /home/customsex/fileserver' is what i would want to happen, but i know thats not how to do it. just a way of showing what i want better, i guess. any help would be greatly appreciated.