X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 128463860C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1597680712; bh=Cakc5wlVS1L9X09aMUxQe26YuEnvqThXYI7AVS3Jm7Y=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Ii4C8axaNMK588/kCgNdLvRo5HumC7Z9ibQeusuCMvlT/MqWj/hqWB9yunhm33xUg m/7DQNBojhzZDvEXEEpOjHFlTKBXofEysjl3+oOE6Klatjvr0dX35WQEUrIb9dfjmP mFOvhcVKEgdg/E0lnDxyvwyKv4X8Q0pkaMX1fu6A= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EE0193857C45 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YK14Jd5SPaHKtWHfTJ6bUFdi+IvYB60o3k0r5ansCXQ=; b=lEZo2H7W/dDcsDyUEM6scVNTTsKJ7OY3A/1XAPJVgJtZpydXPbAlieFsKg8O8IzyUB LDWWJ8BbmPeu2kK3JX2GA71j7Svk8owDgonFvyM603lLk7gMRpwyepZ1LSJXkjFem0Si bhVgb9zYuPj7C032iw8CFm6kydLYSHs24SUTwMWtPK1r4V9u5Gl9Yro+atHJZVR3g0ar odwzMejp47dJHWa1zmyqsyzXMw5YsGJHO16OZMtS7EJ7aQq+/UnI7bCBaSYu8TOr45Jb wT8UkbJOnVHQn/VG0v26DP98WZyCBXjsidsEJ0whkpnsWjq22VTlTrM1wsJ3qBpSfZ1e iffQ== X-Gm-Message-State: AOAM532+HKvaVcsN34d78upKVKUA+Evb4uCVyuR/hOg7f0jRss3OcMaC D4IqRK5lsjU45O9YD7caGoFcIQI77D7qzcT82A== X-Google-Smtp-Source: ABdhPJwbL9UXEnkhY6x9U/LFxkr17lD6urGGeU4p5FqPF7Mg/n/0bP0KDluXGG7JSP60V9BI6ujCKBDRquJvbmCNqGs= X-Received: by 2002:a2e:9c8b:: with SMTP id x11mr7103452lji.218.1597680707708; Mon, 17 Aug 2020 09:11:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 17 Aug 2020 12:11:11 -0400 Message-ID: Subject: Re: virtual box shares are visible in the window, but not in an ssh session To: moss AT cs DOT umass DOT edu X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FREEMAIL_REPLY, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: marty leisner via Cygwin Reply-To: marty leisner Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Its a virtual box shared folder -- I'm mapping "src" to /usr/local/src on the host system. $ df Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin64 51856440 45548104 6308336 88% / D: 48666 48666 0 100% /cygdrive/d E: 302054400 237185024 64869376 79% /cygdrive/e $ mount C:/cygwin64/bin on /usr/bin type ntfs (binary,auto) C:/cygwin64/lib on /usr/lib type ntfs (binary,auto) C:/cygwin64 on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type iso9660 (binary,posix=0,user,noumount,auto) E: on /cygdrive/e type vboxsharedfolderfs (binary,posix=0,user,noumount,auto) $ id uid=197609(marty) gid=197609(marty) groups=197609(marty),401408(Medium Mandatory Level),545(Users),559(Performance Log Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),68578(MicrosoftAccount+martyleisner AT yahoo DOT com),113(Local account),4095(CurrentSession),66048(LOCAL),262180(Cloud Account Authentication) This is in the remote ssh: $ df Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin64 51856440 45549844 6306596 88% / D: 48666 48666 0 100% /cygdrive/d marty AT windows10 ~ $ mount C:/cygwin64/bin on /usr/bin type ntfs (binary,auto) C:/cygwin64/lib on /usr/lib type ntfs (binary,auto) C:/cygwin64 on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type iso9660 (binary,posix=0,user,noumount,auto) marty AT windows10 ~ $ id uid=197609(marty) gid=197609(marty) groups=197609(marty),197121(None),114(Local account and member of Administrators group),544(Administrators),545(Users),2(NETWORK),11(Authenticated Users),15(This Organization),113(Local account),4095(CurrentSession),68578( MicrosoftAccount+martyleisner AT yahoo DOT com),262154(NTLM Authentication),405504(High Mandatory Level) marty On Mon, Aug 17, 2020 at 12:03 PM Eliot Moss wrote: > On 8/17/2020 11:36 AM, marty leisner via Cygwin wrote: > > This is interesting... > > > > I'm running windows 10 in Vbox on linux and use cygwin with a bash shell. > > > > When I start my shell on the windows (and if I run konsole to get screen > on > > my xdesktop) I see the virtual box share. > > > > But when I ssh in I don't. > > > > Not sure why.... > > Dear Marty: I think we (I, anyway) can be more helpful with some more > information. > > - What is "the virtual box share" here? > > - What does "see" mean? That is, what specific command(s) are you using, > and what are the > outputs you get that lead you to this conclusion? > > - Are we talking about Cygwin bash in both cases? The same user logged in? > > Regards - Eliot Moss > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple