Yanıtlar:
/cache
Bu bölüm, indirilenleri Google Play Store’da bulunan Google Play Store’dan kaydetmek içindir /cache/downloads
. Aynı zamanda /cache/recovery
aranan kurtarma günlüğünü de tutabilir last_log
(bu, recovery
ikili dosyadaki hata ayıklama ve geliştirmeye yardımcı olmak için dosyaya giriş yapacak olan bir LA CWM ya da stoktaki herhangi bir hata ve / veya tanılamayı tutar recovery
).
Ayrıca, dosya sisteminde bozulma nedeniyle lost+found
kurtarılmış dosyaları ( varsa ) tutan SD kartını çıkarmadan yanlış bir şekilde çıkarma gibi başka bir dizin de var .
Yani gerçekten, onu temizlemekten hiçbir veri kaybı olmaz .
Aslında, Android açılışında, komut dosyası /cache/downloads
Google Play Store’daki tüm yeni indirmelere / güncellemelere yol açacak.
Android cihazlarda kullanılan dosya sistemlerine daha genel bir bakış vermek için, işte daha önemlilerinden oluşan bir seçki içeren kısa bir tablo:
+---------------+------------------+------------------------------------------+
| Mount Point | File System Type | What to find here |
+---------------+------------------+------------------------------------------+
| /proc | proc | metadata about the system such as file |
| | | system statistics |
| /data/data[1] | YAFFS2 | almost all app data |
| /data[2] | EXT3/EXT4/YAFFS2 | data from apps (except those stored on |
| | | /data/data) plus system |
| /cache | YAFFS2/EXT3 | Cache file system used by some apps and |
| | | by the system |
| /mnt/asec | tmpfs | unencrypted .apk file (the encrypted |
| | | counterpart is stored in |
| | | /mnt/sdcard/.android_secure; decrypted |
| | | variant is needed for running systems to |
| | | access/execute |
| /app-cache | tmpfs | temporary file system used e.g. by the |
| | | stock-browser on some HTC devices |
| /mnt/sdcard | vfat | FAT32 file system on the SD-card |
| /mnt/emmc | vfat | FAT32 file system on the embedded |
| | | (internal) eMMC |
+---------------+------------------+------------------------------------------+
[1] eski sistemlerde, tamamı /data
yeni cihazlarda sadece tek bir bölüm / dosya sistemidir [2], daha /data
fazla bölümlendirilebilir
Tüm bu dosya sistemlerini tüm cihazlarda bulamayacaksınız - ancak bazılarını bulursanız, bu liste size ham bir fikir vermelidir.