public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Problems accessing network drive using rsh
       [not found] <200202261739.g1QHdsq09533@work.bitmover.com>
@ 2002-02-26 10:28 ` Andrew Chang
  2002-02-26 10:37 ` Andrew Chang
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Chang @ 2002-02-26 10:28 UTC (permalink / raw)
  To: cygwin; +Cc: kalpeshd


I like to confirm that I am seeing the same problem
The problem is easy to reproduce
1) login on a linux box
2) rsh into a  w2k box, like so
    rsh w2k_box cd c:    /* this works, becuase c: is local drive */
    rsh w2k_box cd z:    /* this failed, becuase z: is a network drive */
note that: 
    if I rlogin to the w2k_box, cd to z: this worked fine.

Transcript as follows
========================
[awc@etp1 tmp]$ rsh etp2 cd c:                  # this worked
[awc@etp1 tmp]$ rsh etp2 cd z:                  # this failed
bash: cd: z:: No such file or directory
[awc@etp1 tmp]$ rlogin etp2
Password:
Fanfare!!!
You are successfully logged in to this server!!!

awc@ETP2 /projects/bk-2.1.x/src
$ cd z:
/cygdrive/z

===== End of transcript =======

Notice that rlogin is asking for my passwd even that I have 
the hosts.eqviu file set up (why ?) 
I am guessing that the rlogin case worked is becuase it got the credential 
info it needed to see the network drive.

Hopegfully someone can use this info to tarck down the problem..
(If this is already sloved, pls let me know, thanks)

Thanks
Andrew



> From: Kalpesh Dave <kalpeshd at PDF dot COM>
> To: cygwin at cygwin dot com
> Date: Wed, 19 Dec 2001 11:46:38 -0800
> Subject: Problems accessing network drive using rsh
>
>
> Here is the detail of my problem.
> I have two computers, and would like to run script on one computer
> remotely. so, I access that computer's hard drive with rsh command and
> can easily locate the tcl script I need to run.
> Now, the problem is that tcl script requires to goto samba network drive
> and find the data.
> So, I am getting this problem, as I can't access that network drive ( T
> drive ) while doing rsh,
>
> I tried nosmbntsec as well as ntsec options.
>
> The net use command gives me following information with status
> unavailable.
>
>
> $ net use
> New connections will be remembered.
>
>
> Status       Local     Remote                    Network
>
> ---------------------------------------------------------------------------
>----
>
> Unavailable  T:        \\grape\kalpeshd          Microsoft Windows
> Network
> The command completed successfully.
>
>
> Can you / anyone help me on this issue.
>
> Thanks,
> Kalpesh

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems accessing network drive using rsh
       [not found] <200202261739.g1QHdsq09533@work.bitmover.com>
  2002-02-26 10:28 ` Problems accessing network drive using rsh Andrew Chang
@ 2002-02-26 10:37 ` Andrew Chang
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Chang @ 2002-02-26 10:37 UTC (permalink / raw)
  To: cygwin; +Cc: kalpeshd

I forgot the state that I am running 
a) cygwin1.3.9
b) inet-utils 1.3.2-16


On Tuesday 26 February 2002 10:11 am, Andrew Chang wrote:
> I like to confirm that I am seeing the same problem
> The problem is easy to reproduce
> 1) login on a linux box
> 2) rsh into a  w2k box, like so
>     rsh w2k_box cd c:    /* this works, becuase c: is local drive */
>     rsh w2k_box cd z:    /* this failed, becuase z: is a network drive */
> note that:
>     if I rlogin to the w2k_box, cd to z: this worked fine.
>
> Transcript as follows
> ========================
> [awc@etp1 tmp]$ rsh etp2 cd c:                  # this worked
> [awc@etp1 tmp]$ rsh etp2 cd z:                  # this failed
> bash: cd: z:: No such file or directory
> [awc@etp1 tmp]$ rlogin etp2
> Password:
> Fanfare!!!
> You are successfully logged in to this server!!!
>
> awc@ETP2 /projects/bk-2.1.x/src
> $ cd z:
> /cygdrive/z
>
> ===== End of transcript =======
>
> Notice that rlogin is asking for my passwd even that I have
> the hosts.eqviu file set up (why ?)
> I am guessing that the rlogin case worked is becuase it got the credential
> info it needed to see the network drive.
>
> Hopegfully someone can use this info to tarck down the problem..
> (If this is already sloved, pls let me know, thanks)
>
> Thanks
> Andrew
>
> > From: Kalpesh Dave <kalpeshd at PDF dot COM>
> > To: cygwin at cygwin dot com
> > Date: Wed, 19 Dec 2001 11:46:38 -0800
> > Subject: Problems accessing network drive using rsh
> >
> >
> > Here is the detail of my problem.
> > I have two computers, and would like to run script on one computer
> > remotely. so, I access that computer's hard drive with rsh command and
> > can easily locate the tcl script I need to run.
> > Now, the problem is that tcl script requires to goto samba network drive
> > and find the data.
> > So, I am getting this problem, as I can't access that network drive ( T
> > drive ) while doing rsh,
> >
> > I tried nosmbntsec as well as ntsec options.
> >
> > The net use command gives me following information with status
> > unavailable.
> >
> >
> > $ net use
> > New connections will be remembered.
> >
> >
> > Status       Local     Remote                    Network
> >
> > -------------------------------------------------------------------------
> >-- ----
> >
> > Unavailable  T:        \\grape\kalpeshd          Microsoft Windows
> > Network
> > The command completed successfully.
> >
> >
> > Can you / anyone help me on this issue.
> >
> > Thanks,
> > Kalpesh

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Problems accessing network drive using rsh
@ 2001-12-19 12:07 Kalpesh Dave
  0 siblings, 0 replies; 3+ messages in thread
From: Kalpesh Dave @ 2001-12-19 12:07 UTC (permalink / raw)
  To: cygwin

Here is the detail of my problem.
I have two computers, and would like to run script on one computer
remotely. so, I access that computer's hard drive with rsh command and
can easily locate the tcl script I need to run.
Now, the problem is that tcl script requires to goto samba network drive
and find the data.
So, I am getting this problem, as I can't access that network drive ( T
drive ) while doing rsh,

I tried nosmbntsec as well as ntsec options.

The net use command gives me following information with status
unavailable.


$ net use
New connections will be remembered.


Status       Local     Remote                    Network

-------------------------------------------------------------------------------

Unavailable  T:        \\grape\kalpeshd          Microsoft Windows
Network
The command completed successfully.


Can you / anyone help me on this issue.

Thanks,
Kalpesh



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-26 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200202261739.g1QHdsq09533@work.bitmover.com>
2002-02-26 10:28 ` Problems accessing network drive using rsh Andrew Chang
2002-02-26 10:37 ` Andrew Chang
2001-12-19 12:07 Kalpesh Dave

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).