Hi,
With:
$this->bbcode_second_pass_code('', 'Disk /dev/mmcblk0: 2032 MB, 2032664576 bytes, 3970048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c21e5
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 194559 96256 c W95 FAT32 (LBA)
/dev/mmcblk0p2 194560 3862527 1833984 83 Linux
/dev/mmcblk0p3 3862528 3970047 53760 83 Linux')
If I want create an image with only the p1 and p2 partion, is this possible to do this ?
$this->bbcode_second_pass_code('', 'dd bs=512 count=3862527 if=/dev/mmcblk0 of=[imagePath]')
Where count is the end of /dev/mmcblk0p2 !
Thanks again !!! Bye !
