This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: networked drives


On Sun, Apr 15, 2001 at 09:33:53PM -0600, Mark Fleharty wrote:
>
>Hello,
>
>I've been trying to figure out how to cd into networked drives.
>
>For example a shared drive called \\Eagle in windows explorer.

cd //eagle/whatevertheshareisnamed

works for some shells.

If this doesn't work then:

mount -b //eagle/whatevertheshareisnamed /something

and

cd /something

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]