Change
dev mount sdcard /mnt/sdcard auto /devices/xxxxxxx
dev mount extsd /mnt/extsd auto /devices/xxxxxxx
To
dev mount extsd /mnt/extsd auto /devices/xxxxxxx
dev mount sdcard /mnt/sdcard auto /devices/xxxxxxx
The main thing to note is that first comes the label, then mountpoint, then the actual nand is referenced in the /devices part at the end of the line.
So, singledad just swapped the mountpoint, I swapped both mountpoint and its associated label.
Tom
Sent from my Polaroid PMID701i using Tapatalk 2
Comment