Beiträge von loscamos

    Hello, I've enabled NFS and shared a folder on OMV. Under client I tried 192.168.0.1/24 or leaving it blank. The folder is set to Read?write and under the options I tried many combinations I found online:


    Code
    insecure,subtree_check,no_root_squash,rw,nohide
    resvport


    From my mac when I try to connect using nfs://192.168.188.43/export/sharedfolder I get an error "Permission denied. You don't have enought priviledges."


    This is a commong Mac Os problem that should go away using the insecure option. But I still can't make it wok.

    Hello. While using windows I am able to copy files at 90MB/s. write and 113MB/s read. On my Mac, using ethernet, I am only able to get 60MB/s write speed. I already tried to add extra options on SMB but nothing has changed on my Mac.


    If I use

    Code
    min protocol = smb3
    max protocol = smb3

    The Mac can't connect to SMB.


    If I use this options below I get the same results but really slow on Wifi.

    Code
    socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
    read raw = yes
    write raw = yes
    max xmit = 65535
    dead time = 15
    getwd cache = yes
    max protocol = smb2
    min protocol = smb2

    Using this options I was able to get 55 MB/s both on wifi and on ethernet

    Code
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    read raw = yes
    write raw = yes
    min receivefile size = 16384
    write cache size = 524288
    getwd cache = yes

    I don't know what else I can try.


    Just as an update I'm gettig 70MB/s on read/write speed using FTP on Wifi.

    I am having the exact same issue right now. Out of nowhere. By the way, try hitting Shirt+CTRL+R after you get this error. I get automatically log in. But I still have the issue. Btw. Did you change your hostname?

    Ok, so the answer I got on reddid was wrong. The reason of the error was the fact that I was trying to create a folder inside a folder without adding /example. I tought that by selecting the folder I dind't have to specify the subfolder name.


    Now, I have another question. The reason I wanted to create a nested shared folder was for plex installation on docker. So, instead of having a config, media, movies, music, folder I could create a plex folder and then the nested shared folder (plex/config,music...). What I did instead was creating a plex shared folder and then via smb created the other folders (not shared). What's the difference between the two choices?


    Thanks

    You have posted the exact same question on reddit!! If you have a solution from there it would be most helpful to other users on the forum if the solution was posted here and the thread marked as resolved.

    I wat trying to create a shared folder inside a shared folder. That was the reason of the error I guess. I can create shared folder "test" but I can not nest another shared folder inside "test"

    I'll amplify my recommendation. I have fourteen dockers running here and none of them have their configurations or data in a mergerfs pool.

    I am just starting out and I have a tons of questions. I will try to find answers one at time. This was one. By the way, would you mind checking my other question? Thanks!

    Here is the log. I tried with just changing every folder to a disk without using unionfs and it works. So there must be something wrong with the container binding. Why would you recomend against the config file in a pool?


    The tutorial by @TechnoDadLife is correct, however this thread highlights the problems when using UnionFS and /sharedfolders, whilst there are solutions the obvious when using Docker is to use /srv/<fuse mount point> saves the editing :)

    I used /srv/fusemountpoint but it still does not work. It keeps showing Starting Plex.

    Hello, I am trying to create a shared folder in a shared folder like this:


    test/folder1


    But what I get is this error. How can I fix this?


    Code
    The configuration object 'conf.system.sharedfolder' with the filter '{"operator":"and","arg0":{"operator":"stringEquals","arg0":"mntentref","arg1":"8a21da90-962d-4761-a895-b96b3d81e5cc"},"arg1":{"operator":"stringEquals","arg0":"reldirpath","arg1":"test\/"}}' is not unique.
    
    Stack trace:
    #0 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(294): OMV\Config\Database->assertIsUniqueByFilter(Object(OMV\Config\ConfigObject), Array)
    #1 [internal function]: Engined\Rpc\ShareMgmt->set(Array, Array)
    #2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('set', Array, Array)
    #4 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('ShareMgmt', 'set', Array, Array, 1)
    #5 {main}

    Hello, I just finished building my home server and I want to install OMV with Snapraid and MergeFs. At the moment I only have 1 8TB Ironwolf, I will buy 2 more for Christmas. The data is not critical so I don't care if the drive fail. Can I start using Snapraid and fill the data drive and later on add 1 more data drive and 1 parity drive without losing data and having a unique drive with mergefs? Thanks