Quote:
Originally Posted by xor_
I believe that's because /mnt/sd is mounted read-only per default. If you set the download directory to something under /mnt/onboard/ it works. Or we could remount /mnt/sd readwrite.
|
Right, I used Notepad++ to add:
#remount SD card as read/write
mount -o remount,rw /mnt/sd
to .adds/kbmenu/onstart/start_koreader.sh. Also to .adds/koreader/koreader.sh.
It goes just before the ./reader.lua line.
Luck;
Ken
P.S.; The Kobo Start Menu (KSM7) includes a script to mount the external sd card as read/write, also.