I finally got it to work. At first I had the partitions in the wrong order. Then for some reason I couldn't get it to work at all. Then I read the post by
attlemptress which helped me get it going. My error seemed to be that the sdcard was not being recognized by the PE so I had to insert it after I turned the PE on then followed the instructions from
kennyminot. I manually mounted the sdcard using the following:
mount -t vfat -o rw /dev/block/vold/179:1 /sdcard
mount -t vfat -o rw /dev/block/mmcblk0p1 /sdcard
commands which were step three of attempress's instructions.
Thank you both, now I have some room!