Android-x86 9r2 runs beautifully on my netbook and it can even mount USB sticks as SD cards, but now I would like to use an available hard disk space (logical partition, /dev/sda5) as a permanent SD card.
Is this possible?
"use it as /storage/emulated/0?"
this directory already contains the folders created by Android, for example, Alarms, Pictures, Download and etc ...
My android is installed on the / dev / sda4 partition.
I have a partition in /dev/sda5 formatted as vfat. So I would like to use this partition as a sdcard.
I tried to mount the partition in /mnt/tmp and then use the command below:
:/# vdc volume /mnt/tmp
but the return is as follows:
vdc V 04-29 11:21:42 28952 28952 vdc.cpp: 50] Waited 0ms for vold
vdc E 04-29 11:21:42 28952 28952 vdc.cpp: 109] Raw commands are no longer supported
Is there any way to mount an internal disk partition like an sdcard?
edit cmdline SDCARD=sda5
![]()