View Single Post
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.
 

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