The Xiaomi Redmi Note 8 Pro is still a popular smartphone among users who value performance and functionality. One of the common tasks is working with external drives, such as microSD cards (flash drives), Formatting may be required at the first sign of failure, slow operation or before using the card in another device, but not everyone knows how to do it correctly so as not to lose data and damage the USB drive itself.
In this article, we will discuss all the current formatting methods: through the built-in tools of the smartphone, using the PC (if the phone does not see the map), and also consider which file system to choose for different tasks, and pay special attention to the typical errors that users of the Redmi Note 8 Pro make and how to fix them.
If you find that the flash drive is not detected, it gives an error "damaged" or just works unstable, do not rush to throw it away. In 80% of cases, the problem is solved by the correct formatting. And to avoid losing important files, we will tell you how to save data before the process and what to do if the formatting is suspended.
When to format a flash drive on the Redmi Note 8 Pro
Formatting isnβt just about cleaning the drive, itβs about creating a new file structure that allows the device to correctly write and read data. On the Redmi Note 8 Pro, this may be required in a few cases:
- π Memory card is not readable by smartphone or gives an error "damaged"
- π’ The flash drive is very slow, files are copied with delays
- π± The card was used in another device (camera, DVR) and is not recognized by the phone.
- π¨ The drive is infected with viruses, and the antivirus recommends a complete cleanup
- π You need to change the file system (for example, with the FAT32 on exFAT for files >4GB)
It's important to understand that formatting completely erases all data from the card, so if there are important files on the flash drive, you need to pre-copy them to another medium, and you shouldn't format the card too often, which reduces the card's resource.
β οΈ Note: If the flash drive is physically damaged (has cracks, chips or is not inserted into the slot), formatting will not help.
The Redmi Note 8 Pro has built-in formatting tools, but they donβt always make good on serious errors, and if the standard method doesnβt work, youβll have to plug the card into your computer or use specialized utilities.
Preparing for Formatting: What to Do in Advance
Before you start formatting, follow a few mandatory steps to avoid data loss and possible problems with the memory card itself.
Save all important files from a flash drive to a PC or cloud
Check the map for viruses (if it is read)
Make sure there are no hidden system files on the map
Remove the flash drive from your phone (if formatting via PC)
Charge your phone at least 50% (when formatting via smartphone)-->
Pay special attention to data retention. Even if the card is not correctly identified, try connecting it to the computer through a card reader. Sometimes files can be copied despite reading errors.
- Insert the flash drive into the card reader and connect to the PC.
- Open this computer (Windows) or Disk utility (macOS).
- If the map is displayed, copy the data to a safe location.
- If not, try recovery software like Recuva or TestDisk.
Also check if the flash drive is used as internal memory (Adoptable Storage in Android). If so, formatting via the phone can cause the system to crash.
- Go to Settings. β Memory.
- Find your flash drive in the list of drives.
- Click Format as Portable if it is used as an internal one.
β οΈ Note: If the flash drive has been formatted as internal memory, it can't be simply removed, which can cause errors in the smartphone.
Method 1: Format flash drive through the settings of the Redmi Note 8 Pro
The easiest way is to use built-in tools. MIUI. This method is suitable if the memory card is detected by the phone but is unstable or requires cleaning.
Instructions:
- Insert the flash drive into the Redmi Note 8 Pro slot (cards up to 256 GB are supported).
- Open the Settings β Memory.
- In the Portable Drive section, select your flash drive.
- Click on the three dots in the upper right corner and select Memory Settings.
- Tap to format. β Clean and format.
- Confirm the action, wait until the completion (usually takes 1-3 minutes).
By default, the phone will offer a file system. FAT32, which is compatible with most devices, but has a file size limit (maximum 4GB) if you need to work with large files (e.g. video in the video format). 4K), Choose exFAT better:
- π FAT32 β Compatible with all devices, but limited to 4GB per file.
- π exFAT β There are no file size limits, but some older devices may not support.
- π NTFS β Not recommended for Android flash drives (may not read).
If the phone does not have the option of selecting a file system, you will have to format via a computer (see the next section).
π‘
If the flash drive doesnβt work again after formatting, try formatting it on another device (like a digital camera), which sometimes helps wake up the problem drive.
Method 2: Formatting via computer (Windows/macOS/Linux)
If the Redmi Note 8 Pro doesnβt see the flash drive or gives a formatting error, use a computer. This is a more reliable method, especially if the card is damaged.
For Windows:
- Connect the flash drive to the PC through the card reader.
- Open this computer, find your drive (e.g., Removable Disk (E:)).
- Right-click. β Format.
- Select the file system: FAT32 β Compatibility; exFAT for files >4GB; NTFS β Not recommended for Android.
Cluster size
4096 bytes
Start.
For macOS:
- Connect the flash drive to the Mac.
- Open the Disk Utility (Programs) β Utilities).
- Select your drive in the left menu.
- Press erase.
- Choose the format: MS-DOS (FAT) β analogue FAT32; ExFAT - for large files.
Erase
For Linux (Ubuntu/Debian):
Use the command gparted or mkfs in the terminal. FAT32:
sudo mkfs.vfat -n "MYFLASH" /dev/sdX1Where /dev/sdX1 β Your storage device (check out LSBLK) and "MYFLASH" β flash-drive.
| OS | Tool. | Supported FSs | Features |
|---|---|---|---|
| Windows 10/11 | The Disk Management / Disk Management | FAT32, exFAT, NTFS | NTFS Not recommended for Android |
| macOS | Disk utility | FAT32 (MS-DOS), exFAT | No support. NTFS default |
| Linux | GParted / Terminal | FAT32, exFAT, ext4 | Superuser rights are required |
After formatting, safely remove the flash drive and check it on the Redmi Note 8 Pro. If the card is still undetected, there may be a problem with the flash driveβs slot or controller itself.
π‘
Formatting via PC often helps to recover βdeadβ flash drives than built-in smartphone tools, as it allows you to choose low-level parameters.
Method 3: Low-level formatting (to repair damaged flash drives)
If standard formatting didn't work, and the flash drive still doesn't work, try low-level formatting, which completely overwrites all sectors of the drive, which can bring it back to life, but it takes a long time and reduces the card's life.
For this purpose, you will need specialized utilities:
- π₯οΈ HDD Low Level Format Tool (Windows) β a universal tool for low-level cleaning.
- π§ dd (Linux/macOS) β command for a complete rewrite of the drive zero.
- π± SD Formatter (official utility from the SD Association β optimized for memory cards.
Example of use SD Formatter:
- Download the utility from the official website: SD Card Formatter.
- Connect the flash drive to the PC.
- Select your drive in the program.
- Enter the Overwrite Format option (full formatting).
- Press Format and wait until it is completed (may take up to an hour).
For Linux/macOS dd command can be used (caution β improper use can erase data from other drives!):
sudo dd if=/dev/zero of=/dev/sdX bs=1M status=progressWhere /dev/sdX β your flash drive (check through lsblk). After completion, format the card into the desired file system.
β οΈ Attention: Low-level formatting irreversibly erases all data without recovery, and it can shorten the life of a flash drive, so only use it in extreme cases.
If the card doesnβt work after that, itβs likely to be physically damaged (the controller or memory is out of order), and then you just have to replace it with a new one.
Errors in formatting flash drives on Redmi Note 8 Pro and their solutions
When working with flash drives on the Redmi Note 8 Pro, users often encounter typical errors. Let's consider the most common and ways to fix them.
| Mistake. | Possible cause | Decision |
|---|---|---|
| "Map damaged. Format it." | Logical errors of the file system | Formatting via PC or SD Formatter |
| "Impossible to format." | The card is protected from writing or used as internal memory. | Check the Lock switch on the adapter; format as portable |
| The flash drive is undetectable. | Problems with contacts, controller or slot | Try another card reader; check the slot on your phone |
| "Not enough memory." | FAT32 file system and file >4 GB | Format in exFAT |
If the phone is making an error, "Card" SD It is empty or contains an unsupported file system, which means that:
- πΉ The map is formatted in NTFS or ext4 (Android doesn't support them).
- πΉ The flash drive is damaged at the physical level.
- πΉ The phone slot has poor contact.
Decision:
- Connect the card to the PC and format in FAT32 exFAT.
- Check the flash drive on another device.
- Clean the contacts of the card and the phone slot with a soft brush.
If the flash drive becomes "damaged" again after formatting, it's a sign of wear and tear on the memory cells. Modern microSD cards have a limited record life (especially cheap models), in which case you just have to replace the drive.
What if the phone doesnβt see the flash drive at all?
How to Choose the Right Flash Drive for Redmi Note 8 Pro
Xiaomi Redmi Note 8 Pro supports microSD cards up to 256 GB (officially). However, not all flash drives are equally good.
- π Speed class: for recording video 4K need UHS-I U3 or V30.
- π Brand: SanDisk, Samsung, Kingston are preferred (cheap no-name cards are often forged).
- π File system: if you plan files >4GB, take a card with exFAT support.
- π Water/dust protection: useful if you use a flash drive frequently in extreme conditions.
For everyday use (photos, music, documents) is suitable card SanDisk Ultra 64 GB Class 10. If you shoot a lot of video in high resolution, it is better to take Samsung. EVO Plus 128GB U3.
Avoid fakes! To test the originality, you can use utilities like this. H2testw (Windows or F3 (Linux/macOS). They test the real size and speed of the map.
Example of a team to check in F3:
f3write /media/yourflash/ && f3read /media/yourflash/If the actual volume is less than the declared, the card is a fake.
π‘
Cheap flash drives often have a low recording speed, which leads to lags when shooting videos, and the investment in a quality drive pays off with steady work.