C'mon, nobody knows how to do this ? :)
Well, I'm gonna update my request...
Well, I've been google-ing on this, and here is my "updated" problem :):
What i want to do in to mount a network drive from a windows machine.
I have tried the following command:
mount -t nfs //<windows machine ip>:<windows share> <linux destination>
and the error i get is: mount: "can't get address for //<windows machine ip>"...
...OR...
smbmnt smbfs //<windows machine ip>:<windows share> <linux destination> -o
Failed to find real path for mount point smbfs: No such file or directory
what could the problem be? :)