Hi all

we solved the problem with raspberries and SD Cards with writings most 
things to "RAMDISK" /  tmp Files.  So RAM Drive is the solution for the 
problem. 
And we use 32GB or 16GB Cards Class 10 ( SAMUNG - no "NONAMES" ! ) 

We run all our raspberries - with the following entries in /etc/fstab -  So 
we reduced the writings on the SD Card to a minimum .  
Since we use these settings our raspberries are OK and run now more then 6, 
8 and 12 month without problems 24h a day. 

Regards Frank

pi@raspberrypi ~ $ more /etc/fstab
proc            /proc           proc    defaults          0       0
/dev/mmcblk0p1  /boot           vfat    defaults          0       2
/dev/mmcblk0p2  /               ext4    defaults,noatime  0       1
# a swapfile is not a swap partition, no line here
#   use  dphys-swapfile swap[on|off]  for that
# For Debian Jessie - RAM Drive using weewx
tmpfs           /tmp            tmpfs   
defaults,nosuid,mode=0755,nodev,noatime   0       0
tmpfs           /var/log        tmpfs   
defaults,nosuid,mode=0755,nodev,noatime   0       0
tmpfs           /var/tmp        tmpfs   
defaults,nosuid,mode=0755,nodev,noatime   0       0
tmpfs /var/www/weewx  tmpfs   defaults,nosuid,mode=0755,nodev,noatime       
  0       0
tmpfs           /var/log/nginx  tmpfs   
defaults,nosuid,mode=0755,nodev,noatime         0       0
tmpfs           /var/run        tmpfs   defaults,nosuid,mode=0755,noatime   
            0       0

-- 
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.

Reply via email to