From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from MTA-07-4.privateemail.com ([68.65.122.27]) by ewsd; Wed Jul 29 01:21:53 EDT 2020 Received: from MTA-07.privateemail.com (localhost [127.0.0.1]) by MTA-07.privateemail.com (Postfix) with ESMTP id 3705860045 for <9front@9front.org>; Wed, 29 Jul 2020 01:21:50 -0400 (EDT) Received: from localhost (unknown [10.20.151.227]) by MTA-07.privateemail.com (Postfix) with ESMTPA id 2806A60034 for <9front@9front.org>; Wed, 29 Jul 2020 05:21:49 +0000 (UTC) Date: Tue, 28 Jul 2020 22:21:41 -0700 From: Anthony Martin To: 9front@9front.org Subject: Re: [9front] sshfs Message-ID: <20200729052141.GA240879@alice> References: <0BDE451923AF0745F87D944ADBF9FE4C@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0BDE451923AF0745F87D944ADBF9FE4C@gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic flexible persistence locator thinktankworkspaces@gmail.com once said: > Right the manpages kind of poorly writen. Should have an example usage. > The flags should be listed similar to item of a list rather than hunt > them down. > > It really starts out confusing. No, the man page is clear. It might serve you well to cultivate a habit of experimenting before sending an email out to dozens of people. Start with something simple: % sshfs user@host % ls /n/ssh If you want the remote tree mounted elsewhere in your namespace: % sshfs -m /some/other/path user@host % ls /some/other/path If you want to mount a remote tree other than the remote user's home directory: % sshfs -r /remote/tree user@host % ls /n/ssh Cheers, Anthony