Android Wiki

<span class="mw-page-title-main">Internal Storage</span>

Page Discussion Page history

The internal storage refers, in a smartphone, to the memory chip, which is tightly connected with the rest of the smartphones hardware and can not be removed. That said, the internal storage is the direct opposite of the external storage.

The specification of the manufacturer about the size of the built-in internal storage of an android device can be confusing compared to the really available storage, which is displayed in the devices settings. This has, amongst other things, the following reasons:

The internal storage is mostly a NAND-(Flash-)Chip, some time back it would be refered to as a ROM later as an EEPROM.

Using the external SD card as internal storage

Since Android 6.0  "Marshmallow" it's possible to use an external SD card in two different modes, either in a portable mode (which was the only mode before) or in the adoptable storage mode.

In the portable mode, the SD card will be mounted at it's own mount point under /storage/ using an ID of the SD card, e.g. /storage/CE5C-0252/. With that, the user can save and read data from the external storage, apps, on the other hand, will normally use the internal storage to save data and can not read from the external sd card, except when the user explicitly allows access to it. This mode can be compared to the use of external storage devices at computers, where the media is also recognized as it's own drive.

In contrast to that, the adoptable storage mode tries to solve exactly that problem. Instead of providing two different storage mount points, where the user always has to ask himself, if the data is now saved on the internal or external storage, in this mode, the external storage device is used as part of the internal storage. As a preparation for that, the SD Card has to be formetted to be used as internal storage. Data, saved on the sd card, can, after formatting the sd card to be used as internal storage, only be read from the Android device and not from any other device anymore as they'll find a non-functioning file system. Furthermore, Android expect the SD card to be present at any time and will not functioning correct anymore, if the sd card is removed. However, the advantage for the user is, that the external sd card will be fully used as internal storage. The device will not have two different storage areas anymore, but onyl one, the internal storage. Effectively, in this mode, the internal storage will be increased by the size of the external storage.[3][4] The option to use the sd card as internal storage can be found in the settings -> "Storage" -> sdcard1 (or the name of the storage device listed unter "mobile storage") -> (the native Android file manager will be opened) menu -> storage settings -> Format as internal storage.

References

Edit