9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] Unmount a USB stick?
Date: Fri,  4 Apr 2008 14:23:24 +0100	[thread overview]
Message-ID: <9e4d44629e8f30b05e8f984543b01543@hamnavoe.com> (raw)

I should have tried it myself before saying confidently:

> To see the disk in another window, just type usbfat: there

In fact usbfat: doesn't quite do the right thing.

You can either fix /rc/bin/usbfat: by moving the lines
	if (! test -e $disk)
		usb/disk $opts || exit 'no disk'
to follow the line
  if (! test -f /srv/usbfat.$user) {

or else just use
  mount -c /srv/usbfat.$user /n/usb
to mount an already-mounted usb disk in another window.



             reply	other threads:[~2008-04-04 13:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-04 13:23 Richard Miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-03 22:11 devrin talen
2008-04-03 22:17 ` erik quanstrom
2008-04-03 22:28   ` geoff
2008-04-03 22:48     ` erik quanstrom
2008-04-03 23:58     ` devrin talen
2008-04-04  0:41       ` erik quanstrom
2008-04-04  0:56         ` devrin talen
2008-04-03 22:19 ` a
2008-04-04 10:42 ` Richard Miller

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=9e4d44629e8f30b05e8f984543b01543@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@9fans.net \
    /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).