I am running a RPi B v1 as a home automation server running HomeGenie. I have a windows XP system set up as a file server. I have the RPi configured to write log files out to a log dirctory that is mounted on the file server which is connected the the RPi via SAMBA and mounted via/etc/fstab.
This works fine in general, but there is one situation where I have issues. Both the file server and RPi are behind UPS's. When we have a power failure for more than 30 minutes or so, the file server shuts down followed by the RPi at around 60 minutes. When the power comes back online, everything comes back online. However, the RPi boots much quicker than the file server, so the log path doesn't mount correctly.
The options I see are:
Stop logging
Add USB hub and flash drive for logging
Delay mounting the drive
Any suggestions?