Disk run out of space

  • I think the problem is this:



    root@openmediavault:~# lsblk /dev/sda2

    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS

    sda2 8:2 0 222,1G 0 part /export/scan

                                   /export/frigate

                                   /export/backups

                                   /

    • Official Post

    Those are nfs exports that are bind mounted to shared folders which are unlikely to be on the OS drive.


    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Official Post

    That mean I have a wrong configuration?

    Nope. Following the guide I linked to should tell you what is wrong.

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Official Post

    Is it really ./exports? The nfs bind mounts should not show up in the total. Can you post the output of: sudo du -d1 -h -x / | sort -h

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Is it really ./exports? The nfs bind mounts should not show up in the total. Can you post the output of: sudo du -d1 -h -x / | sort -h

    root@openmediavault:/# sudo du -d1 -h -x / | sort -h

    8,0K /home

    8,0K /media

    8,0K /mnt

    16K /lost+found

    16K /opt

    1,8M /srv

    5,9M /etc

    165M /root

    279M /boot

    4,1G /usr

    7,1G /var

    180G /export

    192G /

    root@openmediavault:/#

    • Official Post

    I think something wrote to /export when you bind mounts weren't mounted. What about: sudo du -d1 -h -x /export | sort -h

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I think something wrote to /export when you bind mounts weren't mounted. What about: sudo du -d1 -h -x /export | sort -h

    thanks, I think you are right.

    when I delet the /export/backups are then all backups away or only in this folder?


    root@openmediavault:~# sudo du -d1 -h -x /export | sort -h

    4,0K /export/frigate

    4,0K /export/scan

    180G /export

    180G /export/backups

    • Official Post

    What about: grep backups /proc/mounts

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Official Post

    I don't know how that says ext4 when backups should be zfs according to your screenshots on the first post. What is the output of: cat /etc/fstab

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • no, the screenshot was from the omv gui.



    Output from /etc/fstab:


    UUID=1c198e69-d914-45a4-8d01-3cc490727943 / ext4 errors=remount-ro 0 1

    # /boot/efi was on /dev/sda1 during installation

    UUID=CD9B-6FF0 /boot/efi vfat umask=0077 0 1

    # swap was on /dev/sda3 during installation

    UUID=a967c912-5b0a-40fe-a17e-85bb1c66507a none swap sw 0 0

    # >>> [openmediavault]

    /tank/share/frigate/ /export/frigate none bind,nofail,_netdev 0 0

    /tank/share/scan/ /export/scan none bind,nofail,_netdev 0 0

    /tank/share/backups/ /export/backups none bind,nofail,_netdev 0 0

    • Official Post

    no, the screenshot was from the omv gui.

    I don't know what you mean by this. I know the screenshots are from the omv gui.


    Did you cut off the output? There is no closing openmediavault tag. All I can suggest is disabling your nfs shares temporarily to see if data was written to the OS disk when the zfs shares weren't mounted.

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Official Post

    Proxmox

    What do you mean Proxmox? Are you running proxmox and OMV on the same host (not VM)???

    omv 7.7.3-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.2 | compose 7.4.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!