Use SD Card as Internal Storage
If your phone has a small amount of storage, you probably want to use an external microSD card as internal storage. So here’s how to do it:
Requirements
- Android 10 <=
- Magisk
- A good quality microSD Card
- Root file explorer (I use MiXplorer)
Before doing anything, I highly recommend you to read the documentation from GitHub repository.
Steps
- Download fbind module from GitHub.
- Open
Magisk
app ➡️ 🧩Modules
➡️ 📦Install from storage
- Wait install to finish.
- Open
MiXplorer
➡️ navigate to/data/adb/vr25/fbind
- Create
config.txt
with a text editor. - Paste the following code:
int_extf .external_storage
- Hit
save
&reboot
Other Configurations
For some reason you just want to move some specific folders to microSD and leave the rest to internal storage. Well, you can do that too.
- Install the
module
frommagisk
➡️reboot
. - Edit
config.txt
along the path:/data/adb/vr25/fbind
- The necessary folders are bind like this:
from_to <phone_folder> <sd-card folder>
Example config.txt
to give you an idea:
1
2
3
4
5
from_to WhatsApp .WhatsApp
from_to Viber .Viber
from_to Download .Download
from_to DCIM .DCIM
from_to Pictures .Pictures
Please note that if you don’t put
period
infront of <sd-card folder> the picture & video will appear twice in yourGallery
app.
Research
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.