9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Anthony Martin <ality@pbrane.org>
To: 9front@9front.org
Subject: Re: [9front] sshfs
Date: Tue, 28 Jul 2020 22:21:41 -0700	[thread overview]
Message-ID: <20200729052141.GA240879@alice> (raw)
In-Reply-To: <0BDE451923AF0745F87D944ADBF9FE4C@gmail.com>

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


  reply	other threads:[~2020-07-29  5:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29  2:43 sshfs thinktankworkspaces
2020-07-29  3:33 ` [9front] sshfs Stanley Lieber
2020-07-29  4:45   ` thinktankworkspaces
2020-07-29  5:21     ` Anthony Martin [this message]
2020-07-29  5:49       ` thinktankworkspaces
2020-07-29  5:24     ` Alex Musolino
2020-07-29  6:03       ` thinktankworkspaces

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=20200729052141.GA240879@alice \
    --to=ality@pbrane.org \
    --cc=9front@9front.org \
    /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 NNTP newsgroup(s).