|
楼主 |
发表于 2023-12-15 20:08
|
显示全部楼层
本帖最后由 baoyanchen 于 2023-12-15 20:09 编辑
telnet 192.168.1.1)
root
adminHW
su
shell
dd if=/dev/mtd0 of=/dev/shm/0.bin
dd if=/dev/mtd1 of=/dev/shm/1.bin
dd if=/dev/mtd2 of=/dev/shm/2.bin
dd if=/dev/mtd3 of=/dev/shm/3.bin
dd if=/dev/mtd4 of=/dev/shm/4.bin
dd if=/dev/mtd5 of=/dev/shm/5.bin
dd if=/dev/mtd6 of=/dev/shm/6.bin
dd if=/dev/mtd7 of=/dev/shm/7.bin
dd if=/dev/mtd8 of=/dev/shm/8.bin
dd if=/dev/mtd9 of=/dev/shm/9.bin
dd if=/dev/mtd10 of=/dev/shm/10.bin
dd if=/dev/mtd11 of=/dev/shm/11.bin
dd if=/dev/mtd12 of=/dev/shm/12.bin
cp -r /dev/shm/ /mnt/usb1_1/
备份JFFS2文件
cp -r jffs2 /mnt/usb1_1/
|
|