mtd utils kullanildiginda alinan ciktiyi paylasmis birisi img görüntüleyemediginden bahsetmis ,yarin bakacagim ben gerisine....
joe@Debian:~$ su
Passwort:
root@Debian:/home/joe# modprobe mtdram total_size=102400
root@Debian:/home/joe# cat /proc/mtd
dev: size erasesize name
mtd0: 06400000 00020000 "mtdram test device"
root@Debian:/home/joe# flash_erase /dev/mtd0 0 0 Erasing 128 Kibyte @ 63e0000 -- 100 % complete
root@Debian:/home/joe# ubiformat /dev/mtd0 -f /root/Desktop/backup_offiziel/aml_logo.ubi
ubiformat: mtd0 (ram), size 104857600 bytes (100.0 MiB), 800 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 1 bytes libscan: scanning eraseblock 799 -- 100 % complete ubiformat: 800 eraseblocks are supposedly empty
ubiformat: flashing eraseblock 0 -- 1 % complete ubiformat: error!: bad UBI magic 0x424d3820, should be 0x55424923
ubiformat: error!: bad EC header at eraseblock 0 of "/root/Desktop/backup_offiziel/aml_logo.ubi" root@Debian:/home/joe# modprobe ubi
root@Debian:/home/joe# ubiattach -p /dev/mtd0 UBI device number 0, total 800 LEBs (104755200 bytes, 99.9 MiB), available 796 LEBs (104231424 bytes, 99.4 MiB), LEB size 130944 bytes (127.9 KiB)
root@Debian:/home/joe# mount -t ubifs /dev/ubi0_0 /mnt/ubifs
mount: wrong fs type, bad option, bad superblock on /dev/ubi0_0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
root@Debian:/home/joe#