View Single Post
Old 12-31-2011, 12:18 AM   #5
afv011
Captain Penguin
afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.
 
afv011's Avatar
 
Posts: 2,966
Karma: 2079999999
Join Date: May 2009
Location: Seattle, WA
Device: Kobo Clara BW, Kobo Libra 2, Nook Glowlight
Quote:
Originally Posted by Sassyinkpen View Post
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.
afv011 is offline   Reply With Quote