Figured out a few things that took days to figure. Under /config one of the lines in my rm-apps read:"rb,/kojak-slinger, -p 8081 -c -e -s" as I was hosting a website right on the Audrey. My Channels requires it to go to LocalHost when you use the knob so I changed the line back to :"rb,/kojak-slinger, -c -e -s -i 127.1" the loopback address (LocalHost).
Also, my boot.sh had the mount command AFTER the symbolic links - DUH! I moved the mount command to the beginning and then had the "ln -sf" stuff after.
fs-nfs2 192.168.1.xx:/mounted_directory/on_linux /usr/share (Audrey's shared folder).
ln -sf /usr/share/Channels/00default /data/XML/Channels/.Channel00
ln -sf /usr/share/Channels/01fortune /data/XML/Channels/.Channel01
ln -sf /usr/share/Channels/02calc /data/XML/Channels/.Channel02
...so on
This is on a wireless connection (Linksys WET11) and the Channels directories are stored on an external USB 120 Gig drive. I have a shared music directory of MP3 files also being pulled from the storage device along with picture directories for the Audrey SlideShow.