If you can't read/write to your external SD Card there is a fix for it if you are rooted:
Root: http://androidforums.com/threads/recovery-team-win-recovery-twrp-2-7-0-0.836658/
Fix:
You need to add permissions to the platform.xml file as described here (don't forget to upvote the answer)...
https://android.stackexchange.com/q...64391?newreg=ed295b474b4d46e38f7018eb35e35adb
Root: http://androidforums.com/threads/recovery-team-win-recovery-twrp-2-7-0-0.836658/
Fix:
You need to add permissions to the platform.xml file as described here (don't forget to upvote the answer)...
https://android.stackexchange.com/q...64391?newreg=ed295b474b4d46e38f7018eb35e35adb
Found an answer to my own question! Might as well share how I did it (DO IT AT YOUR OWN RISK, it worked fine for me). Needs root obviously.
Using a root-enabled file manager, navigate to /system/etc/permissions
Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
Add an additional group definition for this permission...<group gid="media_rw" />
Save the changes to the file.
Restart.