From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9373 invoked by alias); 21 Nov 2011 04:44:38 -0000 Received: (qmail 9365 invoked by uid 22791); 21 Nov 2011 04:44:36 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Nov 2011 04:44:22 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RSLjx-0005mK-5X for cygwin@cygwin.com; Mon, 21 Nov 2011 05:44:21 +0100 Received: from adsl-98-83-244-147.bhm.bellsouth.net ([98.83.244.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Nov 2011 05:44:21 +0100 Received: from worwor by adsl-98-83-244-147.bhm.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Nov 2011 05:44:21 +0100 To: cygwin@cygwin.com From: carolus Subject: Re: midnight commander does not see external USB hard drives on remote machine Date: Mon, 21 Nov 2011 04:44:00 -0000 Message-ID: References: <4EC9775A.1060405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <4EC9775A.1060405@gmail.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-11/txt/msg00335.txt.bz2 On 11/20/2011 3:55 PM, marco atzeri wrote: > On 11/20/2011 3:59 PM, carolus wrote: >> Midnight commander does not see USB storage devices on a remote machine >> using an ssh connection. cd /cygdrive/f gives the message "no such file >> or directory" from within mc, but the same command works as expected >> from ssh. > > could you clarify a bit ? > > cygwin can not mount remote filesystem, so mc on cygwin lack also > such feature. > > I succeeded to explore a remote filesystem through the shell link, > but I suspect any options like copy and view are problematic, To copy is not a big problem. For example, scp junk.f $DELL (where DELL=dell03:/cygdrive/f/transit_ext) will copy junk.f to a directory on a USB hard drive on remote host dell03. Here I put the target directory in an environment variable so that I don't have to retype it. I would like to be able to navigate to the target directory on the remote filesystem without having to type exact long pathnames (sftp allows no wildcards in the remote cd command). I can do that with midnight commander on the remote system drive /cygdrive/c, but not on the remote USB HDD /cygdrive/f -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple