Symlink dictionaries and screenshots into data partition #2

Open
opened 2018-10-10 16:43:51 +00:00 by nestor · 0 comments
Owner
mv /opt/koreader/data/dict /mnt/external
cd /opt/koreader/data && ln -s /mnt/external/dict

mv /opt/koreader/screenshots /mnt/external
cd /opt/koreader && ln -s /mnt/external/screenshots

This should be the default layout, as it allows users to easily access dictionaries and screenshots.

```bash mv /opt/koreader/data/dict /mnt/external cd /opt/koreader/data && ln -s /mnt/external/dict mv /opt/koreader/screenshots /mnt/external cd /opt/koreader && ln -s /mnt/external/screenshots ``` This should be the default layout, as it allows users to easily access dictionaries and screenshots.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ADHOC/okreader#2
No description provided.