Hello coleagues i need a little help with something:

I have i little problem to make igo nextgen to see userdata in memory card ,it see all others folders but not userdata Loading every folders in the sdcard/ content ,but not userdata
I managed to make userdata to be read in internal memory main folder by make an folder content and put inside only the userdata
But i want userdata to be read from microsd/content
Its any way to do that?
Below its my entry in sys

[folders]
has_secondary_root=1
data_folder_name="iGO_PAL"
linked_root_list="/storage/emulated/0 /storage/MicroSD /extsd /storage/extsd0 /mnt/extsd0 /mnt/storage/extsd0 /external_sd0/mnt/sdcard/external_sd0 /mnt/external_sd0 /mnt/sdcard/external_sd /sdcard2 /sdcard /sdcard/sd /mnt/sdcard /mnt/sd /mnt /storage /mnt/extSdCard /mnt/external_sd /mnt/sdcard/external_sd /sdcard/external_sd /storage/extSdCard"
android_secondary_root_path="/storage/6230-3232/iGO_Maps"
content="/storage/6230-3232/iGO_Maps"

In order to make userdata to be seen in main folder/content i have to comment this line
content="/storage/6230-3232/iGO_Maps"------original
like this
;content="/storage/6230-3232/iGO_Maps"--commented with ; semicolon

In that way iGO see both content
one in sdcard iGO_Maps with all folders ,less userdata
and one in internal memory content/userdata

But i cant make userdata to be read from microsd/iGO_Maps/content/userdata,Only the trick described above work
Reason for that i want this its because i have iGO installed in internal memory and content on sdcard
Im not sure if its the right way

Thx for any advice
Gratitude,Cristian