View Single Post
  #2 (permalink)  
Old 30-Jun-2009, 07:05
natural_pilot
Guest
 
Posts: n/a
Default Re: Question about mounting a network filesystem

> The username on the XP box actually has
> a space in it as does do the folder names.


while waiting for a real network guru (i am NOT!), you can try this, i
don't how it could hurt anything..

using your example (which i have NO idea if it should work or
not....BUT, if username is actually "user name" and the directory you
wanna mount is "folder name" then, try this:

mount -t smbfs -o username='user name',password=xppassword
//fileserver/path/to/'folder name'

and, if that doesn't work, try this:

mount -t smbfs -o username="user name",password=xppassword
//fileserver/path/to/"folder name"

see, i think it is getting confused if you are now sending

mount -t smbfs -o username=user name,password=xppassword
//fileserver/path/to/folder name

--
.~.
/V\
/( )\
natural^^-^^pilot
Reply With Quote