[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing a windows xp pro shared folder from a linux machine



With samba, the format to mount the windows folder on the linux machine
is:

mount -t samba -o username=Administrator,password=""
//windowscomputername/folderdirectory /where/you/want/to/mount

This assumes your password is null, otherwise change the "".
Also, you can put spaces in with '\ ' a.k.a. Shared\ Media