Can someone answer this question?
What is responsible for showing the storage types in System Settings>Storage?
"Internal storage"
is always /data space. "SD card" checks /sdcard which on this build is the external SD.
I can get the storage to swap. Media scanner will not check /storage/sdcard1. Any suggestions on a fix?
The stock rom added a symlink on the internal storage to the SD card to fix the media scanner. This might work on CM as well if a symlink was made from the external SD to /storage/sdcard1. I have something working using "mount -o bind" that I will try to push out soon.