[9fans] usb disk - no partitions?

2015-07-21 Thread Steve Simon
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 c

Re: [9fans] usb disk - no partitions?

2015-07-21 Thread Gorka Guardiola
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 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% l

Re: [9fans] usb disk - no partitions?

2015-07-21 Thread Richard Miller
> the usb disk driver does not seem to support partitions, Have a look at /bin/usbfat:

Re: [9fans] usb disk - no partitions?

2015-07-21 Thread cinap_lenrek
you have to use disk/partfs with the original usb/disk driver. nusb/disk in 9front supports partitions. -- cinap

Re: [9fans] plumber support for python lookup

2015-07-21 Thread Anthony Sorace
> On Aug 20, 2013, at 11:03 , Anthony Sorace wrote: > > I'm in the middle of a medium-size python project. It would be > really helpful if the plumber could do things like look up things > in python's dot notation. Anyone have plumbing rules or helper > functions they'd like to share for python w