I want to mount a folder that exists on a XP box. The folder needs to be mounted to allow R/W for me the user.
I tried the following command
Code:
mount -t smbfs -o username=xpusername,password=xppassword //fileserver/path/to/folder
The above doesn't seem to work. The username on the XP box actually has a space in it as does do the folder names. Is this what's causing the problem?