[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Accessing a windows xp pro shared folder from a linux machine
- To: Jacob Fugal <jpfugal@xxxxxxx>
- Subject: Re: Accessing a windows xp pro shared folder from a linux machine
- From: Derek LaHousse <dlahouss@xxxxxxx>
- Date: Wed, 19 Jan 2005 17:07:52 -0500 (EST)
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