Quote:
Originally Posted by aceflor
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)