I would like to create new device mapper devices in Android.
As I know Android uses 'dm-crypt' which is part of the 'device mapper'. But, I can't use command dmsetup
by adb shell
in the android deivce. Is it possible to command dmsetup
in Android devices? How can I use 'dmsetup' in Android? Is there way to make new device mapper device?
Please help me.