Sunday, August 2, 2015

6.0 marshmallow - How to adopt SD card as internal storage on Samsung devices?


I recently upgraded to 6.0.1 Marshmallow on my Galaxy S5 and I would like to adopt an SD card as internal storage. However, there is no option to do this.


When I format the SD card, there is no "Internal" option, only a "Portable" option.


screenshot screenshot screenshot


I am using this SD card:


Samsung 64 PRO Micro SD XC


I have tried formatting the SD card in windows, deleting the partition in windows, and even wiping the parition in windows. But Android always wants to add it was portable storage.


How can I force Android to add this as internal storage?


EDIT: According to this article, the Galaxy S7 doesn't support adoptable storage. So it's likely the S5 doesn't support adoptable storage either. I'm looking for a way to enable it using the adb command line if possible now.




Answer



Samsung (and some other manufacturers') devices don't support Adoptable Storage by default. However, there are some workarounds how you can enable it. Some devices will require root, and others don't. If you have a Galaxy A5, J5, J7, On5, choose method 2 (root required).


Before proceeding, make sure you have a backup as this will format your SD card.





Some Samsung phones (e.g. Galaxy S7) and other Android devices do not require root. You will need to execute the following commands using ADB:


adb shell
sm list-disks
sm partition private
reboot


Replace with the output of the previous command. (example: sm partition disk:179,64 private). If you don't want to convert the whole disk, then use this command instead: sm partition mixed . Replace with the percentage (0-100) to keep as external storage. (Example: sm partition disk:179,64 mixed 50, for 50%).


If you do have root access, you can use my app Root Essentials instead. Root Essentials will execute all the commands for you, without the need of a PC.





If the above method didn't work for you, then it is not possible to get adoptable storage without root. (e.g. Galaxy A5, J5, J7, On5).


If you have rooted your device, you will need to download my app Root Essentials. After you have downloaded it, go to "Adoptable Storage". Then click the button "Adopt".


Root Essentials will ask you to flash a plugin using a custom recovery. (e.g TWRP). It is not possible to flash the plugin without a custom recovery. After you have flashed the plugin, reboot your device and open Root Essentials again. Now try adopting your SD card again and it should work.






After you have adopted your SD card, you will need to migrate your existing data to the SD card. This is to free up space on the internal storage.


To migrate your data:



  1. Open (Android) Settings

  2. Tap "Storage". (or "Device maintenance" > "Storage").

  3. Select your SD card.

  4. Open the menu (3 dots at top right), and tap "Migrate data".

  5. Now your data will be migrated to the SD card.


No comments:

Post a Comment

samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade

I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...