This can be done using mount. I am not sure how secure this is. It doesn't seem very secure since the username and password are listed, maybe there is a better way.
mount -t smbfs -o username=REMOTE_USERNAME,password=REMOTE_PASSWORD,uid=LOCAL_USERNAME,gid=LOCAL_GROUP, workgroup=WINDOWS_WORKGROUP //REMOTE_COMPUTER_NAME/SHARE /mnt/d On Sunday 24 June 2001 23:02, Sebastiaan wrote: > On Sun, 24 Jun 2001, Juan wrote: > > Hi, > > > > Can I mount a remote Windows drive? How? > > For example I have a machine running Windows IP number 192.168.66.2. Can > > I mount Windows drive D: via LAN? > > Hello, > > I have read that it is possible. Try SAMBA. > > Greetz, > Sebastiaan