Quote:
Originally Posted by Sassyinkpen
Are you able to access books loaded onto the Nook prior to using the SD card? I am now using Alkido and Cool Reader and I can find everything I put into the My Files section, but can't find any of the books that were loaded whereever books on the Nook go.
|
When you run the OS from the SD card, you can't access the books or any files on the nook internal memory, the OS from the SD cards only "sees" what's on the SD card.
If you have shell access on your SD card OS (you should), you could mount the nook eMMC and then access it, basically you would have to do something like this:
$ cd <some dir>
$ mkdir books
$ mount -t <partition type> /dev/<partition> <some dir>/books
You need to find out which partition holds the books, and what type it is.