Owners of smartphones based on the operating system Android 10 often face a lack of internal storage, especially when actively shooting video in high resolution or installing heavy applications. Using an external drive becomes the only option, but the system requires proper preparation of the disk before starting work. The formatting process is not just clearing data, but creating a new file structure that is understandable to the device.
Incorrect settings can lead to the gadget no longer seeing the drive or working with it unstable. In this article we will analyze all the nuances of the procedure, including choosing between operating modes and solving common errors. You will learn how to safely manage memory without fear of losing important files.
Preparing for formatting and checking the drive
Before you start changing the structure of the file system, you need to make sure that the memory card is physically intact and correctly detected by the device. Insert microSD into the slot or connect via USB adapterif you are using an external drive. The system should beep or display a notification that a new device is connected.
A critical step is to back up all your data. Formatting will destroy all information without the possibility of recovery using standard means. Copy photos, documents and music to your computer or cloud storage. This will take time, but will save you from losing valuable moments.
⚠️ Attention: If the card stores data encrypted by another device, after formatting, access to it will be completely lost, even if there is a backup of the files.
Check the status of the contacts on the memory card itself. Oxidation or contamination may cause write errors during the process, resulting in file table corruption. Wipe the contacts with a soft, dry cloth before inserting into the slot.
☑️ Preparing for formatting
Selecting an operating mode: Portable storage or Internal memory
The operating system Android 10 offers two fundamentally different ways to use an external drive. The first option is “Portable storage”. In this mode, the card works like a regular flash drive: you can transfer it between devices, and it will be read on computers and cameras.
The second option is “Internal storage”. This mode integrates the card into the system partition, encrypting it specifically for your smartphone. After this, the drive cannot be simply removed and inserted into another phone without losing access to the data. However, this allows you to install applications and system caches on the card.
- 📁 Portable mode ideal for storing media files and documents that need to be transferred frequently.
- 🚀 Internal mode memory necessary if the built-in storage is sorely insufficient for installing apps.
- 🔒 Encryption in the second mode increases the security of data by tying it to a specific device.
The choice depends on your goals. If you plan to change memory cards frequently or use them in other gadgets, choose portable mode. For stationary use as an extension of the system disk, the second option is better.
What is the technical difference between the modes?
In internal storage mode, Android creates a partition with the ext4 or f2fs file system and applies encryption. In portable mode, universal exFAT or FAT32 is used, understandable by most OSes without additional authorization.
Step-by-step guide for formatting through settings
The setup process is performed through the standard system menu. The interface may differ slightly depending on the manufacturer's shell (MIUI, OneUI, ColorOS), but the logic of actions remains the same. Go to Settings → Storage (or Memory).
Find your memory card in the list. Click on it to open the management menu. If the card is being used for the first time, the system will prompt you to configure it. If it has already worked, you may need to click on the three dots in the corner screen and select “Customize” or “Format”.
Menu path: Settings → System → Storage → [Card name] → Configure
After selecting the type of use, confirm the action. The system will warn you about deleting all data again. Click “Clear and format” or a similar button Process. takes from 30 seconds to several minutes depending on the storage capacity.
During formatting, do not remove the card or reboot the phone. Interrupting the process can lead to logical errors in the bootloader sector.
Using the ADB utility for advanced users
For advanced users whose devices have access to software debugging. USB, a more flexible control method is available via the command line. This method allows you to format the drive even if the system’s graphical interface is frozen or does not work correctly.
First, you need to connect your smartphone to the computer and launch the terminal with Android Debug Bridgeinstalled. Make sure that USB debugging is enabled on the device.
adb shell pm get-configured-storage-devices
After. receiving the identifier (usually looks like disk:179,64), you can run the format command. Be extremely careful when specifying the correct disk so as not to erase the data of the main storage.
adb shell sm partition disk:179,64 private 100
In this command, the parameter private indicates the creation of internal storage, and 100 means using 100% of the card capacity. For portable mode, it is used. parameter public.
⚠️ Attention: ADB commands are executed instantly and without additional confirmation. An error in the disk identifier can lead to complete loss of data on the internal storage of the smartphone.
File system table and compatibility
Understanding file systems will help avoid compatibility problems when transferring data between data. devices. Android 10 Supports several standards, each of which has its own limitations and advantages.
| File system | Max. file size | Compatibility | Recommended use |
|---|---|---|---|
| FAT32 | 4 GB | Universal | Documents, music, old devices |
| exFAT | 16 TB | High (Android, Win, Mac) | 4K video, large files, modern smartphones |
| ext4 | Depends on OS | Only Android/Linux | Internal storage mode, system files |
| NTFS | 16 TB | Windows, partly Android | External hard drives (requires OTG support) |
By default, the system will choose the best option: exFAT for cards with a capacity of more than 32 GB and FAT32 for smaller volumes in portable mode. Internal mode always uses native Linux formats.
Typical errors and methods for eliminating them
During operation, users may encounter the message “SD card is damaged” or “Format required.” Often this does not mean a physical breakdown, but indicates a file table failure or incorrect extraction.
Try to reboot the device with the installed one. card. If the error persists, check the card on another device. If the computer also does not see the drive or prompts you to format it, the problem may be physical damage to the sectors.
- ❌ Reading error often occurs when the connector is poorly connected or dirty.
- ⚠️ False damage message can appear after a power failure or sudden removal card.
- 🔄 Cyclic formatting (the system constantly asks to format an already formatted card) indicates the death of the memory controller.
If the card is detected, but files are not written, check the switch Lock on the adapter (if a full-size SD is used). In the position Lock recording is blocked and the system will generate errors.
⚠️ Attention: Settings interfaces can be updated by the manufacturer. If you do not find the described menu item, check the current location in the official documentation for your smartphone model.
If a memory card constantly produces errors after formatting on different devices, most likely it has exhausted its resource and requires replacement.
Optimizing work after formatting
After successful completion of the procedure, it is recommended to perform several actions to stabilize the work. The system will index media files, which may temporarily increase the load on the processor and battery consumption.
Give your smartphone 10-15 minutes of quiet work with the screen on. This will allow background services to rebuild the databases correctly. Don't rush to immediately load the card with terabytes of data; fill it gradually.
To extend the life of the drive, avoid frequently overwriting small files if you use internal storage mode. Flash memory has a write cycle limit, and active use of the application cache can quickly exhaust the resource of a cheap card.
Is it possible to undo formatting of the internal storage?
Yes, but this will require reformatting, which will again delete all data. Go to storage settings, select the card and click "Format as portable storage." All applications installed on the card will stop working and will be deleted.
Why does the phone not see the card after formatting?
Possible reasons: file system incompatibility (for example, the card is formatted in NTFS without driver support), physical damage to the contacts or failure of the memory card controller itself.
Does it affect formatting for the speed of the smartphone?
Format itself does not affect the overall speed, but selecting the “Internal storage” mode may slow down the launch of applications if the writing speed of your SD card is lower than the speed of the built-in memory.