https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229977
--- Comment #8 from yushanwei <y...@mpwhez.cn> --- sys/geom/part/g_part_gpt.c: 57:CTASSERT(sizeof(struct gpt_ent) == 128); 144:.gps_minent = 128, 470:if (hdr->hdr_entries == 0 || hdr->hdr_entsz < 128 || 471:(hdr->hdr_entsz & 7) != 0) 是不是这几行限制了分区表的大小 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-geom@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-geom To unsubscribe, send any mail to "freebsd-geom-unsubscr...@freebsd.org"