Quote:
Originally Posted by KittQB
Hello,
Is it possible to create a symlink in Kobo? (Kobo Touch)
For instance by the command: ln -s /mnt/sd/.smthn /mnt/onboard/.smthn_else
I've tried but failed...
and if it was possible, in what script of KSM it would be the best to put it?
|
Hello,
I've got the solution.

I put the command
Code:
mount --bind /mnt/sd/.library /mnt/onboard/.library/sd
into the file .kobo\kbmenu\kobomenu.sh at the end.
(I've created an empty .library/sd folder first)
Now when I open the Koreader, I see under the SD forlder the content of .library on my SD card.
Question:
Is there any better place to put it than kobomenu.sh? Maybe there is some user scripts?