9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] usb disk - no partitions?
@ 2015-07-21  8:51 Steve Simon
  2015-07-21  8:55 ` Gorka Guardiola
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steve Simon @ 2015-07-21  8:51 UTC (permalink / raw)
  To: 9fans

the usb disk driver does not seem to support partitions,
Am I doing somthing wrong, or is that just how it is?

e.g.

	cherry% ls /dev/sdU0.0/
	/dev/sdU0.0/ctl
	/dev/sdU0.0/data
	/dev/sdU0.0/raw

	cherry% disk/fdisk -p /dev/sdU0.0/data > /dev/sdU0.0/ctl

	cherry% ls /dev/sdU0.0/
	/dev/sdU0.0/ctl
	/dev/sdU0.0/data
	/dev/sdU0.0/raw

-Steve



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] usb disk - no partitions?
  2015-07-21  8:51 [9fans] usb disk - no partitions? Steve Simon
@ 2015-07-21  8:55 ` Gorka Guardiola
  2015-07-21  8:56 ` Richard Miller
  2015-07-21  9:00 ` cinap_lenrek
  2 siblings, 0 replies; 5+ messages in thread
From: Gorka Guardiola @ 2015-07-21  8:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Last time I looked at it did not.
You would use some other
fs (partfs, for example) for that.

G.


On Tue, Jul 21, 2015 at 10:51 AM, Steve Simon <steve@quintile.net> wrote:
> the usb disk driver does not seem to support partitions,
> Am I doing somthing wrong, or is that just how it is?
>
> e.g.
>
>         cherry% ls /dev/sdU0.0/
>         /dev/sdU0.0/ctl
>         /dev/sdU0.0/data
>         /dev/sdU0.0/raw
>
>         cherry% disk/fdisk -p /dev/sdU0.0/data > /dev/sdU0.0/ctl
>
>         cherry% ls /dev/sdU0.0/
>         /dev/sdU0.0/ctl
>         /dev/sdU0.0/data
>         /dev/sdU0.0/raw
>
> -Steve
>



--
- curiosity sKilled the cat



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] usb disk - no partitions?
  2015-07-21  8:51 [9fans] usb disk - no partitions? Steve Simon
  2015-07-21  8:55 ` Gorka Guardiola
@ 2015-07-21  8:56 ` Richard Miller
  2015-07-21  9:00 ` cinap_lenrek
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Miller @ 2015-07-21  8:56 UTC (permalink / raw)
  To: 9fans

> the usb disk driver does not seem to support partitions,

Have a look at /bin/usbfat:




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] usb disk - no partitions?
  2015-07-21  8:51 [9fans] usb disk - no partitions? Steve Simon
  2015-07-21  8:55 ` Gorka Guardiola
  2015-07-21  8:56 ` Richard Miller
@ 2015-07-21  9:00 ` cinap_lenrek
  2015-07-22 12:52   ` erik quanstrom
  2 siblings, 1 reply; 5+ messages in thread
From: cinap_lenrek @ 2015-07-21  9:00 UTC (permalink / raw)
  To: 9fans

you have to use disk/partfs with the original usb/disk driver.
nusb/disk in 9front supports partitions.

--
cinap



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] usb disk - no partitions?
  2015-07-21  9:00 ` cinap_lenrek
@ 2015-07-22 12:52   ` erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2015-07-22 12:52 UTC (permalink / raw)
  To: 9fans

On Tue Jul 21 02:03:39 PDT 2015, cinap_lenrek@felloff.net wrote:
> you have to use disk/partfs with the original usb/disk driver.
> nusb/disk in 9front supports partitions.

in 9atom, there is a loopback sd driver, should performance matter.

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-22 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-21  8:51 [9fans] usb disk - no partitions? Steve Simon
2015-07-21  8:55 ` Gorka Guardiola
2015-07-21  8:56 ` Richard Miller
2015-07-21  9:00 ` cinap_lenrek
2015-07-22 12:52   ` erik quanstrom

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).