Announcement

Collapse
No announcement yet.

Disk is Full

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disk is Full

    After receiving a new Zee with my original SD card (and original configuration files), I'm now getting endless "disk full" error messages - such as...

    Warning Could not write to INI file /usr/local/HomeSeer/Config/settings.ini: Disk full. Path /usr/local/HomeSeer/Config/settings.ini

    Z-Wave Error SQL Exception updating Z-Wave data record in the database: database or disk is full{0xA}database or disk is full, Code=13, Link=


    Disk usage reports...
    running comand df -H
    Filesystem Size Used Avail Use% Mounted on
    rootfs 3.9G 3.9G 0 100% /
    /dev/root 3.9G 3.9G 0 100% /
    devtmpfs 222M 0 222M 0% /dev
    tmpfs 46M 218k 46M 1% /run
    tmpfs 5.3M 0 5.3M 0% /run/lock
    tmpfs 92M 4.1k 92M 1% /run/shm
    /dev/mmcblk0p1 59M 20M 40M 33% /boot
    tmpfs 230M 213k 230M 1% /tmp
    tmpfs 230M 99k 230M 1% /var/log
    tmpfs 230M 0 230M 0% /var/tmp


    Any ideas where/how to look for "big" files that don't belong?
    Last edited by NutsyHome; May 6, 2014, 05:58 PM.

    #2
    Here I am over the 4 original Gb's into 5 Gb of a 16Gb SD card.

    I went looking and did see some stuff in the root directory. 670.93 MB

    Try this and see what you find.

    find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'

    find / -type f -size + 50000 k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
    - Pete

    Auto mator
    Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
    Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
    HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

    HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
    HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

    X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

    Comment


      #3
      Check your energy.hsd file in the Data folder. I'm curious what size it is.

      Sent from my Xoom using Tapatalk 4
      HS4Pro on a Raspberry Pi4
      54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
      Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

      HSTouch Clients: 1 Android

      Comment


        #4
        Thanks for the ideas, but.... Due to a Unix oopsie on my part, I now find myself with an erased disk and get to reflash from HomeSeer's baseline image

        Comment

        Working...
        X