Hello,
My image is here:
but it fails
Any idea welcome to force dd to operate?
My image is here:
Code:
root@generic:~ # gpart show
=> 63 15523777 mmcsd0 MBR (7.4G)
63 2016 - free - (1.0M)
2079 102312 1 fat32lba [active] (50M)
104391 15419449 2 freebsd (7.4G)
=> 0 15419449 mmcsd0s2 BSD (7.4G)
0 57 - free - (29K)
57 15419392 1 freebsd-ufs (7.4G)
=> 63 15728577 da0 MBR (7.5G)
63 32705 - free - (16M)
32768 163840 1 fat32lba [active] (80M)
196608 2185728 2 !169 (1.0G)
2382336 13346304 - free - (6.4G)
=> 63 15728577 diskid/DISK-81BE174E MBR (7.5G)
63 32705 - free - (16M)
32768 163840 1 fat32lba [active] (80M)
196608 2185728 2 !169 (1.0G)
2382336 13346304 - free - (6.4G)
Code:
root@generic:~ # dd if=/dev/da0 of=/dev/mmcsd0 count=196608 ; sync ; reboot
dd: /dev/mmcsd0: Operation not permitted
but it fails
Any idea welcome to force dd to operate?