Help me install OMV with Intel e1000e NIC

  • OK. I think I got everything ALMOST to where I want it. I have a quick and hopefully easy question though. So I followed the little writeup on how to use aufs and snap raid. Got everything setup with the folders I want and pointed them all to the "poolshare" directory I created on a drive. The problem is that when I copy something to one folder it copies it to every folder (probably because they all share the same parent directory). How do I make them each their own folders but retain the multi drive aufs / snap raid data security?

    • Offizieller Beitrag

    Only have one branch per drive per pool for aufs. Don't have your parity drive in the aufs pool.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

  • Zitat von "ryecoaaron"

    Only have one branch per drive per pool for aufs. Don't have your parity drive in the aufs pool.



    I don't fullly understand the Bind Share part


    Do I "bind" them all to the same "Bind Share"? I assume not.


    Can I only have one main folder per hard drive if I want to keep the files separate? I thought I had it figured out and just transferred all my pictures over. Synced it and now all the different pictures folders show up on all the folders. Can't figure out what I'm doing wrong here

    • Offizieller Beitrag

    aufs pools the drives not the folders and when you write to the pool, it puts the files on the drive with the most free space. Each branch should usually be the root folder (just / ). For example (guessing from your pics):


    Shared Folders needed:

    Code
    branch1    4tbdrive2    /
    branch2    2tbdrive2    /
    pool       4tbdrive2    pool/


    Shared Folders optional if you want to create separate samba/afp shares - otherwise, I would just access them as subfolders:

    Code
    Downloads    4tbdrive2   pool/Downloads
    Movies       4tbdrive2   pool/Movies
    Pictures     4tbdrive2   pool/Pictures
    TVShows      4tbdrive2   pool/TVShows


    To share over samba/afp, share needed:

    Code
    pool


    Optional to share over samba/afp:

    Code
    Downloads
    Movies
    Pictures
    TVShows


    Don't share:

    Code
    branch1
    branch2


    Hope that makes a little sense :)

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

    • Offizieller Beitrag

    I would enable ssh and login as root so you can cut & paste the output of:


    Code
    cat /etc/openmediavault/config.xml | awk '/<fstab>/,/<\/fstab>/'
    cat /etc/openmediavault/config.xml | awk '/<filesystem>/,/<\/filesystem>/'

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

  • Zitat von "ryecoaaron"

    I would enable ssh and login as root so you can cut & paste the output of:


    cat /etc/openmediavault/config.xml | awk '/<fstab>/,/<\/fstab>/'



    • Offizieller Beitrag

    Not sure why they are showing up. Have you rebooted? What is the output of blkid?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

  • root@omvserver:~# blkid
    /dev/sdc5: UUID="adca230b-32ec-475a-bf54-4221040f474c" TYPE="swap"
    /dev/sdc1: UUID="0f234674-87a9-48ac-948c-03ecdc0c0b47" TYPE="ext4"
    /dev/sda1: LABEL="4tbdrive1" UUID="589c0de1-b7c2-4f37-ab3e-8385322858cb" TYPE="ext4"
    /dev/sdb1: LABEL="2tbdrive1" UUID="1d4b27f7-183c-41e5-b4ec-ae3592202954" TYPE="ext4"
    /dev/sdd1: LABEL="4tbdrive2" UUID="4491dda9-9825-4aa8-9f37-a6cf2b5ea216" TYPE="ext4"
    /dev/sde1: LABEL="2tbdrive2" UUID="85555d0b-eccf-4279-a92b-97a983b58279" TYPE="ext4"
    root@omvserver:~#


    rebooting now but I believe I already did

    • Offizieller Beitrag

    What about:


    ls -al /tmp/

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

    • Offizieller Beitrag

    omv-mkconf fstab

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

    • Offizieller Beitrag

    Refresh the web interface. Did it fix the problem?


    What is the output of:


    ls /dev/disk/by-uuid/

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

  • Didn't appear to have fixed anything....


    root@omvserver:~# ls /dev/disk/by-uuid/
    0f234674-87a9-48ac-948c-03ecdc0c0b47 589c0de1-b7c2-4f37-ab3e-8385322858cb
    1d4b27f7-183c-41e5-b4ec-ae3592202954 85555d0b-eccf-4279-a92b-97a983b58279
    4491dda9-9825-4aa8-9f37-a6cf2b5ea216 adca230b-32ec-475a-bf54-4221040f474c
    root@omvserver:~#

    • Offizieller Beitrag

    I can't figure out where the hell it is getting the missing entries... I will have to try to duplicate in a VM.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

    • Offizieller Beitrag

    Nope. Found the problem. I didn't realize your four drives weren't mounted. So, all three mntent entries under fstab in /etc/openmediavault/config.xml need to be deleted. Backup config.xml first.


    cp /etc/openmediavault/config.xml /etc/openmediavault/config.old
    nano /etc/openmediavault/config.xml
    delete entry including <mntent> and </mntent> tags.
    ctrl-o to save, ctrl-x to exit.


    Worked on my VM :)

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.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!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!