public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Matt Swift <swift@alum.mit.edu>
To: cygwin@cygwin.com
Subject: ssh shell's mount table differs from normal shell's
Date: Mon, 29 Sep 2003 19:47:00 -0000	[thread overview]
Message-ID: <m2ad8nwj4u.fsf@beth.swift.xxx> (raw)


I do not understand why the Cygwin mount table should be different in
the bash shell that I launch with cygwin.bat or rxvt.exe than the
mount table I get when I ssh to the host with the same user.  The
shell transcript below illustrates the difference.  The Windows drives
H: and S:, which are missing from the mount table in the ssh shell,
happen to be remote resources, while the other lettered mounts are
physical drives.  But if that were the pattern, the /usr/local/share
mount would also be absent in the ssh shell.

    [vav] swift> hostname; uname -a
    vav
    CYGWIN_NT-5.1 vav 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin

    [vav] swift> id
    uid=500(swift) gid=544(Administrators) groups=513(None),544(Administrators),545(Users),547(Power Users),551(Backup Operators),555(Remote Desktop Users),556(Network Configuration Operators),1011(Debugger Users)

    [vav] swift> ssh vav id
    uid=500(swift) gid=544(Administrators) groups=513(None),544(Administrators),545(Users),547(Power Users),551(Backup Operators),555(Remote Desktop Users),556(Network Configuration Operators),1011(Debugger Users)

    [vav] swift> mount
    C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode)
    C:\cygwin\bin on /usr/bin type system (binmode)
    C:\cygwin\lib on /usr/lib type system (binmode)
    \\beth\share on /usr/local/share type system (binmode)
    C:\cygwin on / type system (binmode)
    c: on /cygdrive/c type user (binmode,noumount)
    h: on /cygdrive/h type user (binmode,noumount)
    s: on /cygdrive/s type user (binmode,noumount)
    u: on /cygdrive/u type user (binmode,noumount)
    v: on /cygdrive/v type user (binmode,noumount)
    w: on /cygdrive/w type user (binmode,noumount)
    y: on /cygdrive/y type user (binmode,noumount)

    [vav] swift> ssh vav mount
    C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode)
    C:\cygwin\bin on /usr/bin type system (binmode)
    C:\cygwin\lib on /usr/lib type system (binmode)
    \\beth\share on /usr/local/share type system (binmode)
    C:\cygwin on / type system (binmode)
    c: on /cygdrive/c type user (binmode,noumount)
    u: on /cygdrive/u type user (binmode,noumount)
    v: on /cygdrive/v type user (binmode,noumount)
    w: on /cygdrive/w type user (binmode,noumount)
    y: on /cygdrive/y type user (binmode,noumount)

    [vav] swift> cat ~/.ssh/config
    # man ssh_config

    Host beth
    HostKeyAlias beth
    Host beth.swift.xxx
    HostKeyAlias beth

    Host vav
    HostKeyAlias vav
    Host vav.swift.xxx
    HostKeyAlias vav

    Host mercury
    HostKeyAlias mercury
    Host mercury.swift.xxx
    HostKeyAlias mercury

    # No strict checking for computers that are likely to move around.

    Host luna
    HostKeyAlias luna
    StrictHostKeyChecking no
    CheckHostIP no
    Host luna.swift.xxx
    HostKeyAlias luna
    StrictHostKeyChecking no
    CheckHostIP no

    Host zayin
    HostKeyAlias zayin
    StrictHostKeyChecking no
    CheckHostIP no
    Host zayin.swift.xxx
    HostKeyAlias zayin
    StrictHostKeyChecking no
    CheckHostIP no

    Host subversions.gnu.org
    CheckHostIP no
    Protocol 1


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2003-09-29 19:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-29 19:47 Matt Swift [this message]
2003-09-29 20:26 ` Larry Hall
2003-09-29 21:46   ` Larry Hall
2003-10-05  4:28     ` emacs -nw control-c mapped to control-g Terrence Brannon
2003-10-05 17:06       ` Larry Hall
2003-10-08 14:51       ` Joe Buehler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ad8nwj4u.fsf@beth.swift.xxx \
    --to=swift@alum.mit.edu \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).