titeuf15
Member
Hello people.
For those who have updated their MAGNA to android 6.0 official ... and want to use the SD card as internal storage .. and do not find this option when formatting the SD card here .. taking method LG forum in SPIRIT on XDA. This method has been tested by me and successfully.
- Backup your data on SD because all data will be lost after formatting and encryption SD card (you can copy the latest since the backup on PC.
- Enable USB debugging mode in developer settings.
- Open ADB SHELL command (from the ADB folder .. shift + right mouse button ... OPEN A WINDOW COMMAND)
- List avaliable disks to get disk ID. It can be done with following command:
sm list-disks
You will get your SD Card ID (ex.: disk:179,64, which will be used in next step.
In our example the id is 179.64 for you ... you-remember number that is yours.
After that .. we have the choice of using any SD card or internal memory or half If you want to use only part of SD as Internal Storage and rest as standard Removable Disk, for example 50:50, ...
So it recapitulates the command line:
For all of the SD card :
adb shell
sm list-disks
sm partition disk:179,64 private
For 50/50 of the SD card:
adb shell
sm list-disks
sm partition disk:179,64 mixed 50
Remember that 179.64 is an example .. ID with you to put yours
Here is a screenshot of the command 50/50
Good luck.
For those who have updated their MAGNA to android 6.0 official ... and want to use the SD card as internal storage .. and do not find this option when formatting the SD card here .. taking method LG forum in SPIRIT on XDA. This method has been tested by me and successfully.
- Backup your data on SD because all data will be lost after formatting and encryption SD card (you can copy the latest since the backup on PC.
- Enable USB debugging mode in developer settings.
- Open ADB SHELL command (from the ADB folder .. shift + right mouse button ... OPEN A WINDOW COMMAND)
- List avaliable disks to get disk ID. It can be done with following command:
sm list-disks
You will get your SD Card ID (ex.: disk:179,64, which will be used in next step.
In our example the id is 179.64 for you ... you-remember number that is yours.
After that .. we have the choice of using any SD card or internal memory or half If you want to use only part of SD as Internal Storage and rest as standard Removable Disk, for example 50:50, ...
So it recapitulates the command line:
For all of the SD card :
adb shell
sm list-disks
sm partition disk:179,64 private
For 50/50 of the SD card:
adb shell
sm list-disks
sm partition disk:179,64 mixed 50
Remember that 179.64 is an example .. ID with you to put yours
Here is a screenshot of the command 50/50

Good luck.