View Single Post
Old 01-22-2015, 07:55 AM   #28
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by volkaoth View Post
ok, thanks

i got it so far.
I have root-access in main with no password!

btw. to check the partition on '/' I tried to mount diag again with no localisation:
Code:
 mount /dev/mmcblk0p2
the answer was
Code:
/dev/mmcblk0p2 is allready mounted on / or busy
is seems that running diagmode need many power, got low battery warning
have to charge first befor i can continue with JB
you are almost there.
a battery recharge, run the jb.sh script, done.

diag mode might not be running the battery charge controller.
or you didn't have the usb cable plugged in all of this time.

when you get a chance, try this:
Code:
mountpoint -d / 
cat /proc/partitions
The first command should (if busybox supports it) return the major and minor device number.
The second command should show the size and name for that major:minor pair.

Your idea was a good one, if the intended partition was already mounted (it was) -
But the directions to revert the over-mount of '/' might lead to confusing the new user if it wasn't.
(and of course, Linux might also get confused - but a re-boot should have fixed that. )
knc1 is offline   Reply With Quote