View Single Post
Old 09-28-2015, 03:59 PM   #2427
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by xor_ View Post
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.

Last edited by Ken Maltby; 09-28-2015 at 04:04 PM.
Ken Maltby is offline   Reply With Quote