View Single Post
Old 08-12-2015, 09:40 PM   #112
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
The:
Code:
root:x:0:0:root:/tmp/root:/bin/sh
indicates that root has a password set in /etc/shadow.

But as you said, you did that yourself.
So we don't know what the Amazon image had in it.

Personally, I think you are still running the "diags" operating system, not the "main" operating system.
It is the only thing that I can think of which would make your findings reasonable.

Over your serial connection, try entering these commands:
mkdir /tmp/main
mount /dev/mmcblk0p1 /tmp/main

If your in 'main' I would expect you to get a 'device busy' sort of message.
If your in 'diags' it will just mount the 'main' partition at /tmp/main

and/or
do a:
cd /
df .
The 'main' file system is much bigger than the 'diags' file system.
knc1 is offline   Reply With Quote