New to OMV, need some help!!!!

    • Official Post

    Don't be worry about the NOOB thing. :) We all start somewhere... When it comes to the issue, whatever it is, we don't know what we don't know. It's a matter of trying to work through it.

    the issue/problem is probably so simple that I am overlooking it.. I cannot explain why it does not work.... sorry for being such a NOOB.....

    My concern here is that the original problem seems to have migrated. Originally, your client could "see" OMV, but it couldn't connect. That would, most likely, be a permissions issue. That seems to have changed in that now, the OMV server is no longer visible. That's another issue altogether which would, most likely, be network related.

    If you can't "see" OMV, under networks, that may mean SMB port(s) are being restricted. This is what makes me think that a firewall or some other Windows network restriction may be involved. Port 445 (TCP) is the port used for SMB 2.0 and up. (The older legacy ports, for SMB1, are TCP/UDP 137 to 139.)

    If you're connecting to the console of OMV (you are) that means network connections to port 80 are allowed. Outgoing to Port 80 is allowed, by default, by nearly any firewall to allow web browsing. Outside of that, with freaking Windows involved, OEM window installations try to "help us" by locking down our PC's. The problem becomes, "how they do it". Add-on's like Norton (anything) can add additional complications as they try also to protect us from ourselves.
    _________________________________________________________________________

    - On the Windows Client, Go to the Start Button.
    - In the "Search" line, type powershell and hit enter.
    - Copy paste in the following line into powershell substituting your server's IP address.

    Test-NetConnection 192.168.0.55 -Port 80   
    #The above is a test that should show "true".
    #Do the same again, using 445 as the port.
    Test-NetConnection 192.168.0.55 -Port 445


    Following is my result from a Win10 client. The Win11 laptop is the same.
    (I threw a failed result in there just as a reference.)



    Finally see of your client is "listening" to SMB ports by copying and pasting in the following:


    Get-NetTCPConnection -LocalPort 139,445 -ea 0 | select Local*, Remote*, State, @{n="ProcessName";e={(Get-Process -Id $_.OwningProcess).ProcessName}} | ft -Auto

  • Ok, I was in slight error there.. it just takes longer then I remember for it to see Openmediavault.. it does show it... from what you saw of my shared folder pic.. does that look correct?? I just cannot figure out why if I can see Openmediavault from the map network, why can I not go on layer deeper to my share... that makes me believe that something in Openmediavault itself is NOT configured correctly...It still says it can see it but the path says Windows cannot access \\OPENMEDIAVAULT.. when I click on diagnose.... it says troubleshooting cannot find a solution... when I click on details.. it says... Code Error: 0x80070035 - The path was not found...


    Crash, I did not realize you were a moderator... thank you!!

    • Official Post

    it just takes longer then I remember for it to see Openmediavault.. it does show it..

    That changes things.

    Still, I'd like to get confirmation of the port test above. Skipping around doesn't help when looking at something like this. Is port 445 open?
    ___________________________________________________

    Second thing; did you do that "test" share, created in strict accordance with -> this process?
    (And)
    Is your data drive (the NMVE) formatted to EXT4?

    Finally, how do you login to your Win11 client? Do you use a username and password or are you using a pin?

  • A while back I had a strange issue connecting to smb shares after doing a new install.


    What fixed it was to reset the password for the omv user account that I was using to access the share. I'm guessing you might have tried it but just checking just in case...


    The other thing to try is to 'Add Network Location' via windows explorer rather than mapping a drive. Use the IP of the sever rather than the dns name (initially for testing) - like this (see pic).


    If the share exists, you will get a user/password dialog. Use the account / password i suggested you reset above.


    This works for me using my locked down work PC at home (with no network discovery etc)


    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Ok, two people have answered so I will answer in steps...


    Crash

    I ran netstat -ano from the command line but do NOT see a port 445...


    How do I remove the single share so I can try again using the Creating A Network Share document you linked me...


    I am 99% sure the NvME is EXT4 but how do I verify?


    Yes, I use a PIN upon login onto my client, the computer I am using to type this message... I hate it.. would like to remove it... not sure how...


    Jatal1

    Are you referring to the login used from openmediavault.local... I kept admin and openmediavault as my login and PW... my login is still admin/opemediavault...


    So you want me to to try add a network pat as \\10.0.0.232\openmediavault - is that correct???

    If so, it says NOT valid...


    This is why I am hoping to can share my screen with someone and they can show me what I have done wrong..... please remember, I am NOT well versed in Openmediavault..


    K


  • You only use the admin account to access the OMV GUI - that's basically all it is for.


    So have you created a normal user account (using the OMV GUI) that you will use to access the share?


    Show me a screen shot from your GUI of your users (from the menu users > users).


    Use the windows snipping tool to take a screenshot like I have


    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

    • Official Post

    Crash

    I ran netstat -ano from the command line but do NOT see a port 445...

    I gave you the exact process, using PowerShell, for checking port 445. It's was simple; open PowerShell, copy and paste. There's no point in my writing up a process, if you won't do it. If you won't do as asked, no progress can to be made. I can't help you.

  • You might have found the issue i think - network related.


    Looks like you can't ping the omv server IP address. That does not seem logical as you can access the omv GUI. Are you sure the ip address is correct?


    from your windows client again using powershell try:


    Code
    ping <ip_of_omv)

    then try


    Code
    ping <dns_name_of_omv>


    then


    Code
    ipconfig /all


    post back all the results.


    Thanks

    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Hey Jatal, thanks for the advice.. my IP is 10.0.0.232.. I can access both by typing the IP and by typing openmediavault.local in a chrome window.. I have tried to do what CrashTest suggests.. I think he forgets not everyone is a god like he is.. I am not sure what is wrong and I do not have the knowledge to offer any valid suggestions.. guess you cannot teach old dogs new tricks...

  • All good. I think it's just that he is helping a load of people all at once and it is a 2 way street in terms of how that should work.


    Your latest screenshots are very small and hard to see - so using the snipping tool in windows please - much easier.


    Also the tests look fine now so ignore my last post.

    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Ok so heather is your only user account.


    Show me screenshot of your shared folders

    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Hope this helps... I am sorry I am not well versed in this... I had hoped that if I followed the youtube video I first mentioned I could create a simple share for both of us.. I assume I was wrong.. for the life of me.. I cannot figure it out... I am not well versed as most of you ... I had hoped of creating a simple shared folder in which I could create two folders.... Heather and Kody that could be accessed by either of our PC's... seems like I bit off more then I could chew.. HEHEHE.. I had a WD cloud that worked for a while.. then it went defunct... it all looked so easy by the youtube video...... thanks for understanding I am not as smart as others...

  • all good. It usually really does just work if you are able to follow the guide but I get that's not easy for new users.


    The screen shot is not what I need. You just showed mw the config page for a user.


    Paste the same as the pic below (storage > shared folders)




    Then select your share and click on permissions icon (looks like a folder with a key). Then take another screen shot. Like this.


    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Jatal, for what it is worth... I followed his guide to the LETTER for creating the share.. I saw each screen like he said......... and when I went to file explorer.. I still get the same message... it sees it but cannot open it......


    I am considering removing both the boot and storage drives.. formatting them and trying to restart... I truly feel like I have missed some simple step.. I cannot figure out why the client can see it but cannot open it.. my share is called openmediavault.... my client sees it.. there are NO folders created in the share yet.. I was going to call one Heather and one Kenn.... map to the main share on each of our clients so we can see both of our directories... I just am very frustrated and getting attitude from Crash did not help..

  • I doubt there is anything wrong with OMV install. I can see a step you have missed already in the last pic you shared.


    My gut feel is that you have not quite got everything setup or there is an underlying issue on your network - but lets work it through.


    So to fix the first issue you need to give the user heather access to the share. In the GUI open the user permissions (users > users > select heather > click permissions - the folder with key icon) and then select the option for read/write for user heather - see my pic then save and apply the changes.


    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • If you do the above, you have given the user 'heather' read/write permissions for the share OpenMediaVault


    Next step is to enable and configure SMB file sharing.


    1. make sure SMB/CIFS file sharing is enabled (services > SMB > settings) - make sure the enabled check box is ticked. If not select it save and apply.




    2. Then make sure the OpenMediaVault shared folder is added as a SMB share (services > SMB > Shares). If you have added the share already, you will see it in the list. If not then you need to add it. Then save and apply. This is what you are looking to see with OpenMediaVault as a share with enabled ticked. If not you need to click the plus icon and add the shared folder. Save and Apply.


    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

  • Hello, if hasn't been successful yet, could you show me the error code?

    OMV 7.x | 6.8 Proxmox Kernel

    GIGABYTE Z370M DS3H Motherboard

    Intel G4560 CPU | 16G×1 Non-ECC RAM

    128G SSD + 1T SSD + 4T×2 HDD | No RAID

    500W ATX PSU | APC BK650-CH UPS

  • Thanks Zafkiel for helping out. Much appreciated.


    For a start, there were no permissions set for the user on the shared folder so we are going step by step...

    OMV 8 (latest) on N100 minipc (16GB) and rpi5 (8GB). OS on SSD/SD. System ext4 on SSD. Data BTRFS on HDDs

Participate now!

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