Help me install OMV with Intel e1000e NIC

  • So you basically want me to delete ALL this except leaving the fstab tags?


    <fstab>
    <!--
    <mntent>
    <uuid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</uuid>
    <fsname>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx|xxxx-xxxx|/dev/xxx</fsname>
    <dir>/xxx/yyy/zzz</dir>
    <type>ext2|ext3|ext4|xfs|jfs|iso9660|udf</type>
    <opts></opts>
    <freq>0</freq>
    <passno>0|1|2</passno>
    </mntent>
    -->
    <mntent>
    <uuid>b8610f00-a800-478d-a956-bc1df8d74f96</uuid>
    <fsname>8b4d1e12-69f6-426b-9e5c-9a84ac4d9632</fsname>
    <dir>/media/8b4d1e12-69f6-426b-9e5c-9a84ac4d9632</dir>
    <type>ext4</type>
    <opts>defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
    <freq>0</freq>
    <passno>2</passno>
    </mntent>
    <mntent>
    <uuid>193f0bdc-d04b-4663-add4-a0b781057946</uuid>
    <fsname>fb2ec2f2-f6b5-4011-8f45-23d6c80efb1a</fsname>
    <dir>/media/fb2ec2f2-f6b5-4011-8f45-23d6c80efb1a</dir>
    <type>ext4</type>
    <opts>defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
    <freq>0</freq>
    <passno>2</passno>
    </mntent>
    <mntent>
    <uuid>2123267b-8bc4-4ef7-b81e-0084814fb997</uuid>
    <fsname>9f5ebc0f-6a69-4e4e-b689-57380cedd63e</fsname>
    <dir>/media/9f5ebc0f-6a69-4e4e-b689-57380cedd63e</dir>
    <type>ext4</type>
    <opts>defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
    <freq>0</freq>
    <passno>2</passno>
    </mntent>
    </fstab>

    • Offizieller Beitrag

    Delete all of these lines:


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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • Worked perfect! Thank you so much!


    Another quick question.... how do I get it to run ssh at start up? It have to manually go over to the server to start it every time after I reboot.



  • I'm racking my brain trying to make sense of this and just can't. I've done what you said but what about aufs? What is the bind share? What branches do I use for what?


    The setup is this right now:


    4tb drives x 2
    2tb drives x 2


    One of the 4tb drives is going to be used for parity. So I've made one branch per the other three drives.


    Is this looking right so far?

    • Offizieller Beitrag

    Go to the ssh tab and enable it to start ssh on every boot.


    branches are the drives/directories available for aufs to write files to. It looks at each one to see which one has the most free space. Not sure why they are called branches.


    bind share is the share the pool is bound to so that it can be used elsewhere in the OMV web interface.


    Your shared folder setup looks perfect. Use pool for the bind share and branch 1,2,3 for the branches in aufs.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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 still can't quite figure this out. I've got a few folders "shared" to try them out and make sure I did them right before doing what I did last night again. I can see the folders on the server on my mac but they are just "share points" and I can't actually access them.


    Do these look right?

    • Offizieller Beitrag

    For each of the shared folders, did you give your user r/w privileges (not ACL)? Are you trying to access these as guest on your mac or are you enter credentials (use login button in finder)?

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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"

    For each of the shared folders, did you give your user r/w privileges (not ACL)? Are you trying to access these as guest on your mac or are you enter credentials (use login button in finder)?


    Yeah I signed in with the credentials and I have the correct r/w privileges. Do I need to give r/w privileges to the "pool" or just the specific shares? Just the shares I would imagine correct?

    • Offizieller Beitrag

    Just the specific shares should work.


    Are you using samba or afp?

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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

    What is the output of:


    cat /etc/samba/smb.conf
    ls -al /media/

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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"

    What is the output of:


    cat /etc/samba/smb.conf
    ls -al /media/



    root@omvserver:~# cat /etc/samba/smb.conf
    #======================= Global Settings =======================
    [global]
    workgroup = WORKGROUP
    server string = omvserver
    include = /etc/samba/dhcp.conf
    dns proxy = no
    log level = 0
    syslog = 0
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog only = yes
    panic action = /usr/share/samba/panic-action %d
    encrypt passwords = true
    passdb backend = tdbsam
    obey pam restrictions = yes
    unix password sync = no
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
    pam password change = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    guest account = nobody
    load printers = no
    disable spoolss = yes
    printing = bsd
    printcap name = /dev/null
    unix extensions = yes
    wide links = no
    create mask = 0777
    directory mask = 0777
    map to guest = Bad User
    use sendfile = yes
    aio read size = 16384
    aio write size = 16384
    null passwords = no
    local master = yes
    time server = no
    wins support = no


    #======================= Share Definitions =======================
    [Movies]
    path = /media/4491dda9-9825-4aa8-9f37-a6cf2b5ea216/pool/Movies/
    guest ok = yes
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    printable = no
    create mask = 0755
    force create mode = 0644
    directory mask = 0755
    force directory mode = 0755
    hide dot files = yes
    invalid users =
    read list =


    [Pictures]
    path = /media/4491dda9-9825-4aa8-9f37-a6cf2b5ea216/pool/Pictures/
    guest ok = yes
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    printable = no
    create mask = 0755
    force create mode = 0644
    directory mask = 0755
    force directory mode = 0755
    hide dot files = yes
    invalid users =
    read list =


    root@omvserver:~#



    root@omvserver:~# ls -al /media/
    total 52
    drwxr-xr-x 13 root root 4096 May 21 12:27 .
    drwxr-xr-x 24 root root 4096 May 20 11:08 ..
    drwxr-sr-x 6 root users 4096 May 21 12:47 1d4b27f7-183c-41e5-b4ec-ae3592202954
    drwxr-sr-x 8 root users 4096 May 21 12:21 4491dda9-9825-4aa8-9f37-a6cf2b5ea216
    drwxr-xr-x 3 root root 4096 May 21 09:09 589c0de1-b7c2-4f37-ab3e-8385322858cb
    drwxr-sr-x 5 root users 4096 May 21 12:21 85555d0b-eccf-4279-a92b-97a983b58279
    drwx------ 2 root root 4096 May 20 11:36 8b4d1e12-69f6-426b-9e5c-9a84ac4d9632
    drwx------ 2 root root 4096 May 21 06:39 9f5ebc0f-6a69-4e4e-b689-57380cedd63e
    drwxr-xr-x 2 root root 4096 May 20 10:20 cdrom
    drwx------ 2 root root 4096 May 20 11:40 fb2ec2f2-f6b5-4011-8f45-23d6c80efb1a
    drwxr-sr-x 15 root users 4096 May 21 12:47 Storage
    lrwxrwxrwx 1 root root 4 May 20 10:20 usb -> usb0
    drwxr-xr-x 2 root root 4096 May 20 10:20 usb0
    drwxr-xr-x 2 root root 4096 May 20 10:20 usb1
    root@omvserver:~#

    • Offizieller Beitrag

    I know you have guest ok but it is strange you don't have any names in the read list.


    As a test, give your user jeremy rw privileges for movies and uncheck all other boxes and apply. Post smb.conf after that.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • This was for Movies and Pictures with only "jeremy" checked on read/write


    root@omvserver:~# cat /etc/samba/smb.conf
    #======================= Global Settings =======================
    [global]
    workgroup = WORKGROUP
    server string = omvserver
    include = /etc/samba/dhcp.conf
    dns proxy = no
    log level = 0
    syslog = 0
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog only = yes
    panic action = /usr/share/samba/panic-action %d
    encrypt passwords = true
    passdb backend = tdbsam
    obey pam restrictions = yes
    unix password sync = no
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
    pam password change = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    guest account = nobody
    load printers = no
    disable spoolss = yes
    printing = bsd
    printcap name = /dev/null
    unix extensions = yes
    wide links = no
    create mask = 0777
    directory mask = 0777
    map to guest = Bad User
    use sendfile = yes
    aio read size = 16384
    aio write size = 16384
    null passwords = no
    local master = yes
    time server = no
    wins support = no


    #======================= Share Definitions =======================
    [Movies]
    path = /media/4491dda9-9825-4aa8-9f37-a6cf2b5ea216/pool/Movies/
    guest ok = yes
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    printable = no
    create mask = 0755
    force create mode = 0644
    directory mask = 0755
    force directory mode = 0755
    hide dot files = yes
    invalid users =
    read list =


    [Pictures]
    path = /media/4491dda9-9825-4aa8-9f37-a6cf2b5ea216/pool/Pictures/
    guest ok = yes
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    printable = no
    create mask = 0755
    force create mode = 0644
    directory mask = 0755
    force directory mode = 0755
    hide dot files = yes
    invalid users =
    read list =


    root@omvserver:~#

    • Offizieller Beitrag

    create a new user and give read write privileges to that user.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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

    What's the output of:


    groups jeremy

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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:~# groups jeremy
    jeremy : users root daemon bin sys adm tty disk lp mail news uucp man proxy kmem dialout fax voice cdrom floppy tape sudo audio dip www-data backup operator list irc src gnats shadow utmp video sasl plugdev staff games nogroup libuuid crontab Debian-exim mlocate ssh ssl-cert postfix postdrop fuse scanner messagebus colord ntp sambashare avahi netdev tftp snmp saned openmediavault Admin
    root@omvserver:~#

  • Give results of this command:


    id -u jeremy



    The uid of jerremy needs to be between 1000-1100. This may be the problem.


    Zitat von "deadnbrkn84"

    same exact problem.


    hmm... just saw this. Anyway, let us know what the uid of jeremy is.


    I would take the user jeremy out of all groups except these.


Jetzt mitmachen!

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