给小米 AX3000T刷openwrt固件,刚在备份的阶段,由于命令行没一个一个输入,copy paste所有命令行进去,直接塞满了我估计,然后就出现SSH连接拒绝,telnet也进不去了,求大佬支招。
备份所有分区,就把这一堆命令copy paste了,然后就被拒绝了。。。 dd if=/dev/mtd1 of=/tmp/BL2.bin dd if=/dev/mtd2 of=/tmp/Nvram.bin dd if=/dev/mtd3 of=/tmp/Bdate.bin dd if=/dev/mtd4 of=/tmp/Factory.bin dd if=/dev/mtd5 of=/tmp/FIP.bin dd if=/dev/mtd6 of=/tmp/crash.bin dd if=/dev/mtd7 of=/tmp/crash_log.bin dd if=/dev/mtd8 of=/tmp/ubi.bin dd if=/dev/mtd9 of=/tmp/ubi1.bin dd if=/dev/mtd10 of=/tmp/overlay.bin dd if=/dev/mtd11 of=/tmp/date.bin dd if=/dev/mtd12 of=/tmp/KF.bin
|