Hi Blaze, thks for your answer and sorry for my late reply, but I was in hospital for an eye surgery.
I've checked the path with ls /mount and the answer was
C:\platform-tools>adb ls /mnt
000041fd 00000000 601c46bb .
000041ed 00000000 601c46c4 ..
000041c0 00000000 601c46bb usbhost1
000041f8 00008000 00000000 extsd
0000a1ff 00000018 601c46bb sdcard
000041ed 00000028 601c46bb obb
000041ed 00000028 601c46bb asec
000041c0 00000050 601c46bb secure
000041c0 00000000 601c46bb media_rw
000041c0 00000000 601c46bb shell
C:\platform-tools>
I changed the path to mount -o remount,rw /mnt/sdcard /mnt/extsd
Now I don't got an error and so I entered the last line /dev/block.....
But here was another error: nand* no such file or directory
C:\platform-tools>adb root
adbd is already running as root
C:\platform-tools>adb shell
mount -o remount,rw /mnt/sdcard /mnt/extsd
cd /dev/block/;for i in `ls nand* | busybox grep -v nandi`; do echo Backup of $i ...; dd if=/dev/block/$i of=../../mnt/extsd/$i; doneroot@astar-inet:/ # mount -o remount,rw /mnt/sdcard /mnt/extsd
Backup of $i ...; dd if=/dev/block/$i of=../../mnt/extsd/$i; done <
nand*: No such file or directory
root@astar-inet:/dev/block #