View Single Post
Old 12-05-2012, 08:03 AM   #86
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 aceflor View Post
There you go :
ixtab was correct, I was wrong:
Code:
root@kindle root]# mount
- - - - -
/dev/mmcblk0p2 on /mnt/mmc type ext3 (rw,relatime,data=writeback)
There it is.

Code:
[root@kindle root]# df -h
Filesystem Size Used Available Use% Mounted on
- - - - -
/dev/mmcblk0p2 62.2M 4.2M 54.9M 7% /mnt/mmc
Lost of room left there

Code:
[root@kindle root]# mount /dev/mmcblk0p2 /mnt/mmc
mount: /dev/mmcblk0p2 already mounted or /mnt/mmc busy
mount: according to mtab, /dev/mmcblk0p2 is already mounted on /mnt/mmc
Message is correct, see first test above.

Code:
[root@kindle root]# ls -la /mnt/mmc/etc/shad*
ls: /mnt/mmc/etc/shad*: No such file or directory
[root@kindle root]# cp -f /mnt/mmc/etc/shadow /mnt/mmc/etc/shadow.before_rescue_
pack
cp: can't stat '/mnt/mmc/etc/shadow': No such file or directory
[root@kindle root]# ls -la /mnt/mmc/etc/shad*
All expected failures, considering the first test.

Sorry, I don't have a clue as to why.

Perhaps the contents of /etc/version.txt and /etc/pretty_version.txt would tell us if both of you have the same firmware build.
(or, whatever their exact version filenames are, I don't have a Kpw myself)
knc1 is offline   Reply With Quote