Dear all, Problem: Booting up a HiFiBerry is going so fast, that the automount is already executed BEFORE the network connection is available..
This requires you to manually execute a mount -a command to contact the NAS Share. Solution: Add the following lines to /etc.rc.local by the following command sudo nano /etc/rc.local while ! ping -c1 www.google.com>/dev/null; do echo "Ping Fail - `date`"; done ; echo "Host Found - `date`" sudo mount -a Regards, Cor van Zundert. Eindhoven, The Netherlands. _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
