On Friday, 18 January 2019 01:47:38 UTC, [email protected] wrote: > I have my laptop running Linux and weewx set up to store the archive folder > and the public_html folder on my Synology NAS. I have entered the lines into > the fstab to have the NAS mounted when the laptop boots up. > > > I have tried different combinations of fstab with my RPI and the RPI will not > boot. I can mount the NAS folders from the command line once the RPI boots. > > > I've tried googling without success. > > > I thought it would be as easy as transferring my Ubuntu fstab to the RPI. > Boy was I mistaken. > > > Anyone had success putting your files on a nas using an RPI? > > > Thanks. > > > Tom
I’ve been using the combiation of RPi and Synology NAS for some time now. I’ve taken a slightly different approach, though. I’ve configured weewx to use a MySQL database, hosted on the NAS under MariaDB. Pretty simple to set up, and seems to have been reliable. On the RPi, the log is stored in a local memory buffer (using Busybox’s syslogd, qv), and public-html is placed on a ramdisk (tmpfs). Thus, wrires to the SD card are minimised. Happy to share bits of weewx.conf if it would be helpful. Geoff -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
