Posts by ajaja

    Currently it takes more than 10 hours per each of my eight BTRFS volumes.
    Is there a way to cat the outcome of the scrubs to a single read-out via command line?
    Last scrub run was started on 2025-04-24T16:11:35+00:00 and finished in 14h 35m 36s with status 0.

    What is "maj"?

    I take it you have OMV7 and maybe OMV6 you want to do something to all of your servers, but you don't want to connect to each one of them for this task?

    That’s why I‘ve put this advise in the first section of my tutorial that you‘ve referenced:


    First of all and very important:

    Hardware transcoding must work on the intel hardware ! There are several tutorials for that. Mainly it is related to access rights like the "noexex" to "exec" option in the fstab.

    I am assuming this won't work for me because I I do not have an Intel processor. My server has a AMD EPYC 7302P 16-Core Processor.
    Should I not even try?

    Code
    root@omv:~# zfs snap -r srv/Wharf@replica && zfs send -vR srv/Wharf@replica | zfs recv -Fv srv/threeTens
    cannot open 'srv/Wharf': dataset does not exist
    usage:
        snapshot [-r] [-o property=value] ... <filesystem|volume>@<snap> ...
    
    For the property list, run: zfs set|get
    
    For the delegated permission list, run: zfs allow|unallow
    
    For further help on a command or topic, run: zfs help [<topic>]

    So I should start here?

    Code
    zfs list -t all
    NAME        USED  AVAIL  REFER  MOUNTPOINT
    fast        238G  1.56T   238G  /srv/Wharf
    threeTens  48.0G  18.0T  48.0G  /srv/threeTens

    Then:

    zfs snap -r srv/Wharf@replica && zfs send -vR srv/Wharf@replica | zfs recv -Fv srv/threeTens

    Then what?...

    A simple example of replicating data from one pool to another:


    Code
    root@omvt:~# zfs list -t all
    NAME                       USED  AVAIL     REFER  MOUNTPOINT
    NEWpool                    735K  19.0G      128K  /NEWpool
    OMV7pool                  10.4G  8.03G       96K  /OMV7pool
    root@omvt
    Code
    root@omvt:~#  zfs snap -r OMV7pool/music@replica && zfs send -vR OMV7pool/music@replica | zfs recv -Fv NEWpool/music

    What is ment by:

    cd /yourdirectory
    and later reference:
    cd yourdirectory


    - - -


    Also what is ment by:

    openmediavault-compose6.7

    In order to have it compatible with the new openmediavault-compose6.7

    -Docker storage path need to stay blank in compose/settings since you modified the daemon.json

    -click restart docker


    When you say: "Make sure you souce-list in etc/apt is"
    Are you instructing me to nano /etc/aptsources.list ?

    From:
    root@omv:~# cat /etc/aptsources.list

    deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

    deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware

    deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware


    - - -


    To:

    root@omv:~# cat /etc/aptsources.list

    #deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

    #deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware

    #deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware


    deb http://deb.debian.org/debian bookworm main contrib non-free

    deb-src http://deb.debian.org/debian bookworm main contrib non-free


    deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free

    deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free


    deb http://deb.debian.org/debian bookworm-updates main contrib non-free

    deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free

    you've got 2 guides here:

    and this

    Should I be concerned about this: "Not working: nvidia driver 550.54.14, Cuda 12.4"

    I am adding a GPU to my server, because I am planning a Docker Installation of an app that will need full access to an Nvida GPU.

    When reading the insulation notes for the application it has NVIDIA CUDA as a Prerequisite. Which seems to comprise of these two pieces:


    Will I need any special considerations as to installing this on an OpenMediaVault server?


    I am running on Linux 6.11.11-2-pve.

    Not being a Windows user/gamer this is pretty much my first adventure with installing a GPU.

    Application insulation guide

    Thank you