Quote:
Originally Posted by j0534ng31
Code:
ln -s /mnt/extsd/kindle /mnt/sdcard/kindle
This way, everything is saved into the external Micro-SD card.
|
Tried the same, also for /data/data/com.amazon.kindle/files/ (where synced books are stored), did it work for you?
The internal sdcard seems to be vfat, so I understand I could run into issues with linking from /mnt/sdcard.
But I also did not succeed in linking from /data/data/com.amazon.kindle/files/ (... kindle being itself linked because I put it physically in /data/sdext2/data/... beforehand) to /mnt/extsd/kindle/files, although here only the link target is FAT32, while the link should be created in the ext3 I have on sdext2.
Any observations anyone?