View Single Post
Old 01-29-2020, 03:58 PM   #21
porphyry5
Connoisseur
porphyry5 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Apr 2013
Device: Kobo Clara, Onyx Boox Monte Cristo
Quote:
Originally Posted by j.p.s View Post
No, it is simple to mount. I will give an example for mounting to /mnt but feel free to substitute any mount point of your choosing.

sudo mount -t vfat /dev/sdc /mnt

For older kindles, it would have been /dev/sdc1

/dev/sdc is an unpartitioned, but formatted disk and /dev/sdc1 is the first partition on /dev/sdc

Newer kindles export the user stroe as an unpartitioned disk.

I suspect your computer has an SD card reader that it sees as /dev/sdb
Thank you so much, works perfectly, and the only difference is now I specify sdc instead of sdc1. Just goes to show, appearance can be deceptive.
porphyry5 is offline   Reply With Quote