errors may have been encountered: code:8 e2fsck: Only one of the options -p/-a, -n or -y may be specified.
| The Following 5 Users Say Thank You to RobbieThe1st For This Useful Post: | ||
mkfs.ubifs -x zlib -g 0 -m 2048 -e 129024 -c 2047 -R 4MiB -r /tmp/mnt/rootfs -v /home/user/MyDocs/systemBackups/rootfs.ubi.img
ubinize -o /home/user/MyDocs/systemBackups/rootfs.zlib.img ubinize.cfg -m 2048 -p 128KiB -s 512 rm /home/user/MyDocs/systemBackups/rootfs.ubi.img
flash_eraseall /dev/mtd5 nandwrite -q /dev/mtd5 /home/user/MyDocs/systemBackups/rootfs.zlib.img
ubidetach /dev/ubi_ctrl -m 5 ... ubiattach /dev/ubi_ctrl -m 5
| The Following 2 Users Say Thank You to Tigerite For This Useful Post: | ||
ITEM_NAME="BackupMenu" ITEM_ID="flash" ITEM_LINUXRC="/usr/share/backupmenu/BackupMenuLauncher.item"
mkdir rootfs tar xvf mylatestrootfs.tar -C ./rootfs/ mkfs.ubifs -x zlib -g 0 -m 2048 -e 129024 -c 2047 -R 4MiB -r ./rootfs -v ./base.ubi.img ubinize -o ./rootfs.zlib.img ./ubinize.cfg -m 2048 -p 128KiB -s 512 flasher-3.5 -r ./rootfs.zlib.img -f
| The Following User Says Thank You to Tigerite For This Useful Post: | ||
ITEM_NAME="BackupMenu" ITEM_ID="flash" ITEM_LINUXRC="/usr/share/backupmenu/BackupMenuLauncher.item"