What is this folder "memory card sdcard0 Android "?

Search This thread

doctortonic

Member
Mar 2, 2014
21
0
Sorry for asking a simple question as this, It could be answered before, But I did not find doing Google searches.

In the Phone Memory (not the external microSD) there is a folder named Android.
It has two folders in it, "data" and "obb".

\Memory card\Android\obb\
\Memory card\Android\data\

Is this like "program files" in windows? Or "/usr" for freebsd or linux file folder structure?

http://www.thegeekstuff.com/2010/09/linux-file-system-structure/

https://www.freebsd.org/doc/handbook/dirstructure.html
 

GermainZ

Inactive Recognized Developer / Retired Forum Mod
Aug 3, 2012
6,170
8,805
Apps can store data in the 'internal' memory (/data/data/) - those files are usually private to the app. There's also the 'external' storage (/mnt/…/) which can be e.g. a removable SD card or an internal storage. Read this for more info.

/mnt/…/Android/obb/ is where where apps store large files (expansion files.) /mnt/…/Android/data/ is where apps store all other external data.
 
Last edited:
  • Like
Reactions: doctortonic

doctortonic

Member
Mar 2, 2014
21
0
Apps can either store data in the 'internal' memory (/data/data/) - those files are usually private to the app. There's also the 'external' storage (/mnt/…/) which can be e.g. a removable SD card or an internal storage. Read this for more info.

/mnt/…/Android/obb/ is where where apps store large files (expansion files.) /mnt/…/Android/data/ is where apps store all other external data.

Thank you button pressed :cool:
 

GermainZ

Inactive Recognized Developer / Retired Forum Mod
Aug 3, 2012
6,170
8,805
In mnt/sd card/android/data =your app data are stored

In mnt/sd card/android/obb = your game data are stored

Sent from my GT-S5360 Using tapatalk 2

PreSS ThanKs If i HelPeD YoU ?!?

That's wrong, Android/obb isn't only used for game data. See my post above.

Also, directory/file names are case sensitive - there is not "android/obb" by default, it's "Android/obb"
 
  • Like
Reactions: androidrocks23

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Apps can store data in the 'internal' memory (/data/data/) - those files are usually private to the app. There's also the 'external' storage (/mnt/…/) which can be e.g. a removable SD card or an internal storage. Read this for more info.

    /mnt/…/Android/obb/ is where where apps store large files (expansion files.) /mnt/…/Android/data/ is where apps store all other external data.
    1
    In mnt/sd card/android/data =your app data are stored

    In mnt/sd card/android/obb = your game data are stored

    Sent from my GT-S5360 Using tapatalk 2

    PreSS ThanKs If i HelPeD YoU ?!?
    1
    In mnt/sd card/android/data =your app data are stored

    In mnt/sd card/android/obb = your game data are stored

    Sent from my GT-S5360 Using tapatalk 2

    PreSS ThanKs If i HelPeD YoU ?!?

    That's wrong, Android/obb isn't only used for game data. See my post above.

    Also, directory/file names are case sensitive - there is not "android/obb" by default, it's "Android/obb"