Network drives in telnet session?

Corinna Vinschen corinna@vinschen.de
Wed Jan 26 13:11:00 GMT 2000


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



More information about the Cygwin mailing list