Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-28-2014, 03:08 PM   #1
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Unable to mount external sd card in rcS

I'm trying to backup the internal sd card using an external one, but I can't mount the external sd. I added to rcS, before

PHP Code:
/bin/dbus-uuidgen > /var/lib/dbus/machine-id 
the following command

PHP Code:
mount /dev/mmcblk1p1 /mnt/sd 
but I get this error:

PHP Code:
mountmounting /dev/mmcblk1p1 on /mnt/sd failedNo such file or directory 
After booting, if I connect to Kobo via ssh and do the command manually, it works. This is very strange. Someone has any idea?
Lucas Malor is offline   Reply With Quote
Old 07-28-2014, 03:50 PM   #2
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
I am only guessing. When you try to mount, the sd is not yet recognized by the system. You could trying make the script wasting some time before it tries to mount. Or maybe you could use a loop until the mount was successful, with a limited number of trials (in case this does not work).
tshering is offline   Reply With Quote
Advert
Old 07-28-2014, 04:42 PM   #3
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Nope, I waited 70 second but nothing. It seems that external sd is unavailable until nickel starts.
Lucas Malor is offline   Reply With Quote
Old 07-28-2014, 05:58 PM   #4
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Lucas Malor View Post
Nope, I waited 70 second but nothing. It seems that external sd is unavailable until nickel starts.
I know from using Kobo Start Menu, that sd is available (and is automatically mounted via usr/local/Kobo/udev/sd) without nickel.
tshering is offline   Reply With Quote
Old 07-28-2014, 07:32 PM   #5
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
And "mount -o remount,rw /mnt/sd", works. There is a -t in there someplace as well, if I recall correctly. Don't know why mount prefers the mount point over the device name.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Advert
Old 07-28-2014, 11:30 PM   #6
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,133
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Lucas Malor View Post
Nope, I waited 70 second but nothing. It seems that external sd is unavailable until nickel starts.
I'd disagree with your conclusion. When I use AdvBoot to start koreader, nickel is never started and I can read ebooks on the external uSD card.

Regards,
David
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 Unable to mount system\app directory Rizla Sony Reader Dev Corner 1 11-03-2013 10:08 AM
unable to mount any device in 1.3 boscaiolo Devices 4 09-16-2013 05:02 AM
Can't mount my SD Card - Sony Touch - Linux rohan_orton Calibre 2 01-20-2010 12:16 PM
unable to mount Sony PRS-600 with Linux as unprivileged user brainycat Calibre 0 01-02-2010 03:24 AM
Has anybody tried to mount an SD card with an ext3 filesystem? godel10 iRex 16 06-15-2009 10:06 AM


All times are GMT -4. The time now is 03:38 AM.


MobileRead.com is a privately owned, operated and funded community.