Did you grab the output, while the usb stick was connected?
You made some mistakes while linking.
You should do the following commands now, assuming, that the USB-Stick is named "PIRATEBOX", like you created the link.
If the nobody user is able to read-write to the usb-Stick, that should do the trick.
About the station_cnt script: did you enable your cron service on the RPi? That one is responsible for creating the station_cnt file
Hope that helps
regards Matthias
You made some mistakes while linking.
You should do the following commands now, assuming, that the USB-Stick is named "PIRATEBOX", like you created the link.
rm /opt/piratebox/www/shared #remove the false link mkdir /media/PIRATEBOX/PirateBox mv -v /opt/piratebox/share /media/PIRATEBOX/PirateBox/ ln -s /media/PIRATEBOX/PirateBox/share /opt/piratebox/share
If the nobody user is able to read-write to the usb-Stick, that should do the trick.
About the station_cnt script: did you enable your cron service on the RPi? That one is responsible for creating the station_cnt file
Hope that helps
regards Matthias