[Voyage-linux] Solution found for Automount problem in HiFiBerry
Cor van Zundert
(spam-protected)
Thu Dec 10 19:03:48 HKT 2015
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.
More information about the Voyage-linux
mailing list