mail archives
Trevor Forbes
trevorforbes@ozemail.com.au
Wed Jan 31 05:08:00 GMT 2001
This is a general outline as to what I do on a Win2k PC. If your not
familiar with the commands, or have some trouble, then unfortunately you
will have to do some Windows and Unix reading. :)
First make sure the windows system directories is "LAST" rpt "LAST" in your
path
eg export PATH=$PATH:/c/winnt/:/c/winnt/system32
(I have this permanently set)
then type:
net view
This list all the computers in the network
or
net view | grep whatever
next type:
net view \\\\Computer_name or net view '\\Computer_name'
to see all the shares on that computer
next type:
net use x: \\\\Computer_name\\share
Connects your computer to the share resource
This command will fail if you do not have the correct permissions or the
network is not set up correctly.
NOTE, I have the following mount setting
"mount -b --change-cygdrive-prefix /"
now you can do:
cd /x
ls
I hope this helps and is a start............
Regards Trevor
----- Original Message -----
From: "Timothee Besset" <timothee.besset@ecl1999.ec-lyon.fr>
To: <cygwin@cygwin.com>
Cc: <webmaster@cygwin.com>
Sent: Wednesday, 31 January 2001 5:32
Subject: mail archives
> I went to http://www.cygwin.com and hit the button for the mail archives
> and got an error
> says I have permission denied on http://www.delorie.com/archives/
>
> So anyway I'll ask my question here real quick .. is there a way to go on
> the network neighborhood from cygwin's bash? I tried cd //computer and cd
> \\computer ..
>
> thanks
>
> TTimo
>
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list