9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: weigelt@metux.de, 9fans@9fans.net
Subject: Re: [9fans] command line tool for storing / reading files on venti
Date: Fri, 13 Jun 2008 20:26:39 -0400	[thread overview]
Message-ID: <20080614002455.0A03C1E8C3A@holo.morphisms.net> (raw)
In-Reply-To: <20080614000222.GD9621@nibiru.local>

> BTW: still leaves the problem that lot's of vacfs servers are
> started not terminated after use :(

no, it doesn't.  on plan 9, when the shell script exits,
nothing will have vacfs mounted anymore, so vacfs
will get an eof on the 9p connection and exit.
that's why i put an rfork n in the script.

> Well, this doesnt seem to run this way on p9p :(

true.  i thought you were using plan 9, sorry.

if you are using linux and have fuse installed,
you can still run something like the script,
as long as you are willing to run just one at a time.

	vacfs -m /vac file.vac
	cp -R /vac/* .
	unmount /vac

would work, assuming you create a /vac that you
have write permission to.  you can only run one at a time
since there is only one /vac.

russ



  reply	other threads:[~2008-06-14  0:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 19:50 Enrico Weigelt
2008-06-13 19:58 ` Pietro Gagliardi
2008-06-13 20:29   ` Enrico Weigelt
2008-06-13 20:44     ` Pietro Gagliardi
2008-06-13 20:27 ` a
2008-06-13 20:56   ` Enrico Weigelt
2008-06-13 20:48 ` Russ Cox
2008-06-14  0:02   ` Enrico Weigelt
2008-06-14  0:26     ` Russ Cox [this message]
2008-06-14 13:03       ` Enrico Weigelt
2008-06-14 17:51         ` Russ Cox
2008-06-15 16:02           ` Enrico Weigelt
2008-06-15 16:33             ` Pietro Gagliardi
2008-06-15 17:13               ` Enrico Weigelt
2008-06-15 17:32                 ` Pietro Gagliardi
2008-06-15 23:58                   ` Enrico Weigelt
2008-06-16 15:24                     ` ron minnich
2008-06-16  8:37                   ` Steve Simon
2008-06-15 17:25               ` erik quanstrom
2008-06-15 17:32             ` Russ Cox
2008-06-16  1:28               ` Enrico Weigelt
2008-06-16  2:35                 ` Venkatesh Srinivas

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=20080614002455.0A03C1E8C3A@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    --cc=weigelt@metux.de \
    /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).