Owners of the Xiaomi Redmi Note 10 smartphone often face a situation where the built-in storage is overflowing and the system insists on freeing up space. Despite the presence of a microSD slot, the standard capabilities of the MIUI shell limit the userβs ability to simply move heavy programs to an external medium. This restriction is dictated by security and stability of the Android operating system, but there is a proven method of circumventing these restrictions.
To implement the task of expanding the functional space, you will need not only the memory card itself, but also a computer with drivers installed, as well as a basic understanding of working with the command line. The process is not complicated if you follow the algorithm clearly, but it requires attention to detail. In this article, we will discuss the technical nuances of the procedure that will transform your life. SD-card in full continuation of internal memory of the device.
Before you start to take action, you need to prepare the file system of the external drive. Standard formatting in FAT32 or exFAT will not allow the Android system to consider the card suitable for installation of programs. You will need to change the partition structure so that the phone perceives the external medium as an integral part of its internal storage, this is a critical step on which the success of the entire operation depends.
Preparation of equipment and software
The first step is to collect the necessary tools: you will need the Redmi Note 10 smartphone itself, a quality USB cable (preferably original or certified), and a computer running Windows, macOS or Linux. You will also need a microSD card with a capacity of at least 32 GB, although it is recommended to use media at 64 GB or 128 GB for comfortable work.
You need to install the Android SDK Platform Tools on your computer, which is Google's official toolkit, which includes adb (Android Debug Bridge), a tool that allows you to control your device from your computer. Without this component, you can't interact with the system partitions of your phone. You should only download the software from the official developer's website to avoid the introduction of malicious code.
Remember to back up all the important data. The process we're going to be doing is completely formatting the memory card, all the files, photos and documents stored on it will be permanently deleted, and save them on your computer or in the cloud in advance to avoid losing valuable information.
π‘
Use UHS-I or higher memory cards to avoid interface braking and applications loading long after porting.
Configure the developer mode and debug over USB
In order for your computer to give commands to your smartphone, you need to activate the hidden settings menu. Go to Settings, select About Phone, and find the MIUI Version line. Click on it quickly 7-10 times in a row until you notice that the developer mode is activated.
Once you activate the hidden menu, go back to the main settings menu and go to the Additional section, where select For Developers. Here you need to find Debugging by USB and switch the slider to the active position. The system will warn you about the potential risks, but for technical work it is necessary.
Connect your phone to your computer with a cable. You'll see a request on your smartphone screen for debugging permission from that computer. You'll check "Always allow from this computer" and click "OK." If the window doesn't show up, try changing the box. USB-port.
β οΈ Warning: Don't leave debugging mode on all the time in everyday use.This creates a potential data vulnerability if you connect your phone to public charging stations or unfamiliar computers.
Formatting a memory card through ADB
Now, to the technical part of the process, open the command line or the terminal on your computer in the folder where adb is installed. Enter the adb device command to check the connection. If the list shows your device's serial number, then the connection is established correctly.
The next step requires you to enter a command to launch a shell session: adb shell. SD-Enter the sm list-disks command. The system will give you the answer in the format disk:179,64 or something. Write down these numbers, they're unique to your device and your map.
The next command is to convert the external drive to internal memory, and the syntax looks like this: sm partition disk:XXX,XX private, where instead of XXX,XXX, your digits are substituted, and after this command, the phone can restart, and the card will be formatted into a special format that is not readable on other devices without unlocking.
adb shell
sm list-disks
sm partition disk:179,64 privateOnce the operation is completed, the notification will indicate that you need to configure the new storage, follow the instructions on the screen to complete the migration, and the system will now consider the card as part of the system partition.
βοΈ Pre-formatting verification
Application management and data portability
Once the card is part of the internal memory, Android will automatically begin to redistribute the load, but you can manually control which applications will be placed on the external media. β Annexes β All applications.
Select a hard game or a program, such as a social network or a navigator. In the app menu, look for Warehouse. If the operation is successful, there will be a button "Change" or "Move" that allows you to select the target folder β SD-Not all programs support this function because of the limitations imposed by the developers themselves.
Itβs important to understand that not only the app itself, but also its cache, user data, and updates are ported, which frees up a significant amount of internal flash memory, which is often faster and more reliable than budget memory cards on Xiaomi smartphones, so system applications and critical services are best left on the internal media.
| Type of data | Recommended storage location | Reason. |
|---|---|---|
| System services | Internal memory. | Ensuring the stability of the work of the LO |
| Hard games | SD-card (if supported) | Savings in the main space |
| Photos and videos | SD-map | Automatic camera recording |
| Messengers | Internal memory. | Quick access to the message database |
Possible problems and methods of solving them
During operation, there may be situations when applications start to run unstable or stop running, often due to a slow read/write speed of the memory card compared to the built-in eMMC or UFS module. If you notice lags in the interface, try moving the most used applications back to the internal drive.
Another common problem is mounting error after rebooting, so if the phone stops seeing the card as internal memory, the file system may have crashed, in which case you will need to re-format through the storage settings menu, which will result in loss of data on the card.
β οΈ Attention: Removing a memory card without pre-mounting in settings (βSettingsΒ» β Β«WarehouseΒ» β SD-map β Β«Extract) may cause application database damage and complete failure.
What if the ADB canβt see the device?
Features of the MIUI shell with external memory
Shell MIUI, The Redmi Note 10 has its own power management features that can affect the operation of applications hosted on the Redmi Note 10. SD-Aggressive battery optimization can freeze background processes, especially if they are on a slower external media.
To minimize the risks, go to the battery settings for key applications and select No Limits mode, which will allow the programs to work correctly even if their executable files are on an external map, and it is also worth turning off memory savings in the background for important messengers.
Remember, once you convert the card to internal memory, it's encrypted with a specific device, you can't just paste it into another phone or computer and read the data, and you'll have to re-format it to use it on another device.
π‘
Use of the SD-As internal memory, cards are a tradeoff between volume and speed. For maximum performance, critical applications are best kept on built-in storage.
Return to the factory storage settings
If you decide to stop using the card as internal memory, the process can be reversed. SD-You can find the Format item, and the system will tell you that all the data will be deleted and the applications that have been transferred to the map will stop working.
Once formatted, the card will become a portable storage device again, and you can use it to store photos, music and documents, but installing apps on it will not be possible without repeating the procedure described above through ADB.
Data recovery is not possible after this formatting by standard means, so before any partition experiment, always make a full copy of important files to an external hard drive or to the cloud.