Beiträge von faptaincrunch

    Hey thanks for the reply! Is there anyway access or remove the data on the rootfs? When I navigate to that directory it shows it as being on my external and not the rootfs so im not sure how to get it off /


    Side note. After rebooting the server srv shows nothing but disk is still full.

    But

    Code
    root@openmediavault:/srv# df -h /dev/sdg1
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/sdg1        82G   81G  717M 100% /

    I noticed I could no longer log into the webUI. After doing some digging I see that the root disk is full. I have docker installed on other drives and all data is on those same drives. My External drive whic is used as a rsnapshot backup is /srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14. I noticed after running


    Code
    du -shx --exclude=proc /* /.*


    /srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14 is taking up 39gb on the root disk.. which obv it shouldn't be. The odd thing is OMV webui shows that disk has 9+TB used. Im seeing this a ton in syslog


    Code
    Aug  8 12:44:42 openmediavault monit[6199]: 'rootfs' space usage 99.1% matches resource limit [space usage > 85.0%]
    Aug  8 12:44:42 openmediavault monit[6199]: Lookup for '/srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14'       filesystem failed  -- not found in /proc/self/mounts
    Aug  8 12:44:42 openmediavault monit[6199]: Filesystem '/srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' not mounted
    Aug  8 12:44:42 openmediavault monit[6199]: 'filesystem_srv_dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' unable to    read filesystem '/srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' state
    Aug  8 12:44:42 openmediavault monit[6199]: 'filesystem_srv_dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' trying to restart
    Aug  8 12:44:42 openmediavault monit[6199]: 'mountpoint_srv_dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' status failed (1) -- /srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14 is not a mountpoint
    Aug  8 12:44:42 openmediavault monit[6199]: 'mountpoint_srv_dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14' status failed (1) -- /srv/dev-disk-by-uuid-cfdd809e-503d-4ae8-9e16-881ed242af14 is not a mountpoint.


    The external drive is mounted and referenced so im not sure how to remove the mount internally, see what that 39gb mount point is and make sure going forward it mount to the external drive and not internal. Hope this makes sense


    Output of lsblk -f seems fine to me