ikarusx3
Erfahrenes Mitglied
- 563
Hab mal eine Frage an jemanden der sich auskennt.
Mein Telefon zeigt mir, dass in /data (Benutzerspeicher) 33M frei sind...ergo 43M belegt sind.
Nun sind in diesem Verzeichnis aber nur knapp 26M an Daten:
Wie diese Abweichung? Wieso zeigt mir df 43M used an, wenn du nur 26 zeigt?
Mein Telefon zeigt mir, dass in /data (Benutzerspeicher) 33M frei sind...ergo 43M belegt sind.
Code:
# df
df
/dev: 49520K total, 0K used, 49520K available (block size 4096)
/sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size 4096)
/system: 69120K total, 65144K used, 3976K available (block size 4096)
/system/modules: 1532K total, 1532K used, 0K available (block size 4096)
/system/xbin: 3172K total, 3172K used, 0K available (block size 4096)
/data: 76544K total, 42960K used, 33584K available (block size 4096)
/cache: 69120K total, 2124K used, 66996K available (block size 4096)
/sdcard: 7960656K total, 2465244K used, 5495412K available (block size 4096)
Nun sind in diesem Verzeichnis aber nur knapp 26M an Daten:
Code:
# cd data
cd data
# du -hd1
du -hd1
244.0K ./system
32.5K ./anr
7.3M ./dalvik-cache
4.0K ./property
11.3M ./app
2.0K ./app-private
6.6M ./data
13.5K ./local
26.0K ./misc
2.0K ./lost+found
25.4M .
Wie diese Abweichung? Wieso zeigt mir df 43M used an, wenn du nur 26 zeigt?