https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276517
--- Comment #4 from Ed Maste <[email protected]> --- Yes bsdlabel is just broken when there are more than 8 partitions. Note this, from sys/sys/disk/bsd.h: #define BSD_NPARTS_MIN 8 #define BSD_NPARTS_MAX 20 struct disklabel { .. struct partition { /* the partition table */ .. } d_partitions[BSD_NPARTS_MIN]; /* actually may be more */ }; -- You are receiving this mail because: You are the assignee for the bug.
