View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#16
Originally Posted by peterleinchen View Post
I just ask as I stumbled upon this limit with N9 partitioning where I tried to make 9 partitions (on internal and only mmcblk device). and sfdisk reported everything fine. but I could only see up to mmcblk0p7...
This limit is in kernel mmc driver which can assign only 8 minor numbers to mmc devices. But this magic constant 8 can be changed when configuring kernel, so you can recompile kernel with for example 16 partitions limit.
 

The Following 2 Users Say Thank You to pali For This Useful Post: