![]() |
#1 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,544
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Internal storage does not show in computer
My Aura is working fine, as far as I can tell, but today when I try to connect it to the computer (linux), only the external SD card appears as a mountable unit, the internal storage is not there.
When I plug the Aura, "dmesg" says: Spoiler:
Is there something I can do short of doing a factory reset? As I said, the unit seems to be working otherwise, and I have been able to connect before (a couple of weeks ago, last time). I've tried rebooting the Aura a few times, and different USB cables and ports. I just tried, and I can connect with KSM (the "sdb: unknown partition table" message is still there), but not from Nickel. |
![]() |
![]() |
![]() |
#2 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,544
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
I guess there's no easy fix and I'll have to factory-reset.
Any way to backup and restore the internal filesystem, including the patched firmware, rc scripts, etc? |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
If you can telnet into your device you could copy all files you want to preserve to an external sd, or alternatively you could send them with netcat via wifi or usbnet to your pc. If you have KoboLauncher on your device, you could copy the files also vie ssh. As a last resort you could also use KSM's kbterminal.
|
![]() |
![]() |
![]() |
#4 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,544
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
The tricky part is knowing which files are needed. What I was after is a way to copy everything, preserving permissions and directory structure. For the user-accesible partition I use rsync, but I guess rsync does not work through the telnet connection, right? Maybe tar + netcat?
|
![]() |
![]() |
![]() |
#5 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
On the system partition, there is not much I would consider worth preserving. You mentioned the two or three patched libraries and rcS. The only file I would consider keeping is /etc/wpa_supplicant/wpa_supplicant.conf.
Last edited by tshering; 01-05-2015 at 05:35 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Linux User
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
|
does sdb show up in /proc/partitions and in /dev for that matter?
what does 'file -s /dev/sdb' say? |
![]() |
![]() |
![]() |
#7 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,338
Karma: 78876004
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
I would not worry about backing up and restoring the system area of the device. It would make far more sense to KNOW what 3rd party patches you had installed and redo them from scratch.
Likewise I would not restore the database. About all I would worry about backing up would be the .adobe and the directories where you have placed epubs (and / or PDFs). Possibly I might backup the conf file. |
![]() |
![]() |
![]() |
#8 | ||
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,544
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Quote:
Code:
major minor #blocks name 8 16 3326975 sdb Quote:
Code:
/dev/sdb: x86 boot sector I'd rather not wait for the device to process all the 1500 books again ![]() |
||
![]() |
![]() |
![]() |
#9 |
Linux User
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
|
All that looks normal to me, so what happens when you try to mount it?
Code:
mkdir /mnt/somewhere mount /dev/sdb /mnt/somewhere ls /mnt/somewhere dmesg | tail |
![]() |
![]() |
![]() |
#10 | |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,544
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Quote:
So the problem is that the internal storage does not appear in the device notifier (in KDE, Kubuntu), and that is because it's not detected as a removable device. If I change the settings to show all devices, then it's there. In any case, calibre detects it normally (I didn't try before, I was afraid of what could happen). I'm not aware of having changing anything either in the Kobo or in the computer, and anyway, when I connect from KSB the device is identified as removable... |
|
![]() |
![]() |
![]() |
#11 |
Linux User
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
|
Can't help with KDE since I'm not using it. I prefer to mount things manually. For the H2O's internal memory I have this entry in /etc/fstab:
Code:
/dev/disk/by-label/KOBOeReader /mnt/kobo auto user,noauto,noatime 0 0 So whenever I wish to access it, I just 'mount /mnt/kobo' and when I'm done I 'umount /mnt/kobo' and no need to concern myself with the peculiarities of the various frontends. |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving books from internal storage to sd | hleo12 | Kobo Reader | 3 | 08-22-2014 06:30 AM |
question about app storage and internal storage | gilly78201 | Kindle Fire | 5 | 03-06-2012 02:08 AM |
PRS-600 Internal and SD Card storage | garyasta | Sony Reader | 2 | 01-05-2012 02:31 PM |
Internal storage is very low, help please | rushkk | enTourage Archive | 9 | 09-02-2010 01:54 PM |
Accessing internal and SD Storage | ramjet1953 | OpenInkpot | 2 | 02-16-2010 10:51 AM |