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
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
> the usb disk driver does not seem to support partitions,
Have a look at /bin/usbfat:
you have to use disk/partfs with the original usb/disk driver.
nusb/disk in 9front supports partitions.
--
cinap
> 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