![]() |
2010-12-26
, 18:35
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#2
|
![]() |
2010-12-26
, 19:14
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#3
|
I have repartitioned my eMMC and now I have 10 partitions on it.
Partition managers like sfdisk and parted correctly see all partitions but unfortunately Maemo recognizes only first seven partitions (no /dev/mmcblk0p8, /dev/mmcblk0p9, /dev/mmcblk0p10).
I think it is something related to udev's configuration, but where is the value to change ?
![]() |
2010-12-26
, 19:16
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#4
|
The Following User Says Thank You to Fabry For This Useful Post: | ||
![]() |
2010-12-26
, 19:26
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#5
|
The mmc kernel driver only supports 7 partitions per device. You need to modify this driver in order to use more partitions. This might have compatibility issues, since the block minor number of your /dev/mmcblk0p9 will likely be the same as standard /dev/mmcblk1p1.
Another option is to use dm (device mapper) which can move all partitioning to user space. See kpartx.
![]() |
2010-12-27
, 17:29
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#6
|
![]() |
2010-12-27
, 17:42
|
|
Posts: 355 |
Thanked: 396 times |
Joined on Dec 2009
@ USA
|
#7
|
Another option is to use dm (device mapper) which can move all partitioning to user space. See kpartx.
![]() |
2010-12-27
, 19:18
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#8
|
![]() |
2010-12-27
, 19:34
|
|
Posts: 355 |
Thanked: 396 times |
Joined on Dec 2009
@ USA
|
#9
|
Yes Parted sees all partitions (I have used it to make them) but then is the kernel that doesn't load a dev node for all partitions with number beyond of 7 so you can't mount them
![]() |
2010-12-27
, 19:54
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#10
|
Partition managers like sfdisk and parted correctly see all partitions but unfortunately Maemo recognizes only first seven partitions (no /dev/mmcblk0p8, /dev/mmcblk0p9, /dev/mmcblk0p10).
I think it is something related to udev's configuration, but where is the value to change ?