Re: Max number partitions per disk??
17 Mar
2003
17 Mar
'03
9:38 p.m.
From /usr/include/sys/disklabel.h:
/* * The absolute maximum number of disk partitions allowed. * This is the maximum value of MAXPARTITIONS for which 'struct disklabel' * is <= DEV_BSIZE bytes long. If MAXPARTITIONS is greater than this, beware. */ #define MAXMAXPARTITIONS 22 #if MAXPARTITIONS > MAXMAXPARTITIONS #warning beware: MAXPARTITIONS bigger than MAXMAXPARTITIONS #endif Wade Tregaskis _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
8271
Age (days ago)
8271
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wade Tregaskis