> Here's the fix for the fdisk problem:
>
> /sys/src/cmd/disk/prep/edit.c:503,508 - edit.c:503,509
> */
> for(i=0; i<edit->nctlpart; i++) {
> p = edit->ctlpart[i];
> + if(strncmp(p->ctlname, "data", 5) != 0)
> if(p->changed)
> if(fprint(ctlfd, "delpart %s\n", p->ctlname)<0) {
> fprint(2, "delpart failed: %s: %r\n", p->ctlname);That would work, but one wonders why the normal kernel doesn't have this problem. Russ
