This is the mail archive of the cygwin@sourceware.cygnus.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: Network drives in telnet session?


Egor Duda wrote:
> [...]
> try to use UNC names. i.e. you can create system mounts with command,
> similar to
> 
> mount -b -s -f \\server\share /net/server/share
> 
> (note: if you're issuing your command from bash or sh, you should
> duplicate every '\')

And for your convenience: You may use forward slashes in the native
path as well:

	mount -b -s -f //server/share /net/server/share

Corinna


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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