View Single Post
Old 02-26-2019, 02:14 PM   #18
tonyyng
Enthusiast
tonyyng began at the beginning.
 
Posts: 46
Karma: 10
Join Date: Jan 2019
Device: none
It turns out that I saved the contents of the mtdblock6 partition on my Windows desktop:
Code:
 Directory of C:\Users\tony\Desktop\Kobo\Black N416

2019-01-23  10:58 AM    <DIR>          .
2019-01-23  10:58 AM    <DIR>          ..
2019-01-23  10:58 AM    <DIR>          .adobe-digital-editions
2019-01-23  11:00 AM    <DIR>          .kobo
2019-01-23  10:58 AM    <DIR>          Desktop Installers
2019-01-23  10:57 AM               282 driveinfo.calibre
If I could get /dev/mtdblock6 to load properly, I could copy the files from the sd card.

I think it comes back to how to resolve these errors:

Code:
# insmod /lib/modules/module.ko pre_format=0
Checking parameters:
Start_block 1318 Length 6874
pMTD_CommonChip=0xc3ea10b4
&pMTD_CommonChip->controller=0xc3ea112c
&pMTD_CommonChip->controller->lock=0xc3ed1ca0
&pMTD_CommonChip->controller->active=0xc3ed1ca0
&pMTD_CommonChip->controller->wq=0xc3ed1ca4
&pMTD_CommonChip->state=0xc3ea1124
Startblock or length must be 8's multiply. Execute auto modify
Startblock 1320 length 6872
flash disk firmware version debug?73 Aug 20 2009
start_block=1320    length=6872    pre_format=0
Init Flash Error !!!
fd_init Done !!!
insmod: can't insert '/lib/modules/module.ko': Operation not permitted
# /bin/mount -t vfat -o iocharset=utf8 /dev/mtdblock6 /mnt/onboard
mount: mounting /dev/mtdblock6 on /mnt/onboard failed: No such device or address
tonyyng is offline   Reply With Quote