Thread
:
How to raise max partitions number seen by Maemo
View Single Post
Matan
2010-12-27 , 19:54
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#
10
I am afraid you don't understand.
Device mapper is a kernel subsystem that allows creating virtual block devices and mapping them to real devices.
You can for example create a device called /dev/dm9 which is a device of size 4GB starting at 24GB of /dev/mmcblk0. This way, even if you don't have an mmc block device for this partition, you can still use it.
kpartx is a tool that automates this. You point it to a block device, and it creates a dm device for each partition on the device, regardless of partition number limitations of the underlying block device driver.
__________________
My repository
"N900 community support for the MeeGo-Harmattan" Is the new "Mer is Fremantle for N810".
No more Nokia devices for me.
Quote & Reply
|
The Following 2 Users Say Thank You to Matan For This Useful Post:
geneven
,
humble
Matan
View Public Profile
Send a private message to Matan
Find all posts by Matan