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] usb flash drive with ext2
Date: Wed, 11 Jan 2012 10:06:06 +0000	[thread overview]
Message-ID: <744006197cfe0bbf68d86feb09f5f935@hamnavoe.com> (raw)
In-Reply-To: <CAOEdRO3X1BZpcWiCNoekoP-rJeurafaWyErehrkkGc5eAw3AnA@mail.gmail.com>

> (When I plug it into my plan9 machine, I don't see any entry like
> /dev/sdUXX, I see 3 entries under /dev/usb/, ep4.0, ep4.1 and ep4.2,
> which appear/disappear as I plug/unplug the device. Running usb/disk
> claims sth. like 'there is no disk unhandled').

It appears you have no partition table and an ext2 fs occupying
the whole device.  This should be OK.

Try 'mount -a /srv/usb /dev' and see if /dev/sdUx.y appears.
If yes, try 'ext2srv -f /dev/sdUx.y/data && mount /srv/ext2 /n/linux'
If no, try 'cat /dev/usb/ep4.0/ctl' and see if you get something like:

	enabled control rw speed high maxpkt 64 pollival 0 samplesz 0 hz 0 hub 5 port 6 busy
	storage csp 0x500608 vid 0x058f did 0x6387 Generic 'Mass Storage' ehci

where "storage" means it's been recognised as a mass storage device,
and "busy" means it's already being handled by the usb/disk driver.




  reply	other threads:[~2012-01-11 10:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-11  9:45 Rudolf Sykora
2012-01-11 10:06 ` Richard Miller [this message]
2012-01-11 10:15   ` Rudolf Sykora
2012-01-12  9:44   ` Rudolf Sykora
2012-01-12 10:07     ` Richard Miller
2012-01-12 10:21       ` Rudolf Sykora
2012-01-12 10:26         ` Richard Miller
2012-01-12 10:40           ` Rudolf Sykora
2012-01-12 11:25             ` Richard Miller
2012-01-12 11:30               ` Francisco J Ballesteros
2012-01-12 12:05                 ` 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=744006197cfe0bbf68d86feb09f5f935@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).