Thank you very much for reaching out! As an Independent Advisor and fellow Microsoft user, I'm more than happy to assist you.
It seems like the issue might be related to permissions or user account configurations on your OMV NAS. Here are some additional steps you can try to resolve the issue:
- Check Folder Permissions on OMV:
- Ensure that the specific backup folder has the correct permissions set for the user account you are using to access it. Sometimes, even if other folders are accessible, specific folders might have different permissions.
- Go to the OMV web interface, navigate to the shared folder settings, and verify the permissions for the backup folder. Make sure the user account has the necessary read/write permissions.
- Create a New User on OMV:
- As suggested in a similar case, creating a new user on OMV with the same username and password as your Windows local account might help. This can sometimes resolve access issues due to mismatched credentials.
- SMB Protocol Version:
- Ensure that the SMB protocol version used by OMV is compatible with your Windows 10 setup. Sometimes, mismatches in SMB versions can cause access issues. You can check and adjust the SMB settings in the OMV web interface under Services -> SMB/CIFS.
- Clear Windows Credentials Cache:
- Although you've already tried removing and re-adding credentials, ensure that the credentials cache is completely cleared. You can do this by:
- Opening Command Prompt as an administrator.
- Running the command:
net use * /deleteto clear all cached network credentials. - Rebooting your computer and then trying to access the NAS again.
- Although you've already tried removing and re-adding credentials, ensure that the credentials cache is completely cleared. You can do this by:
- Check for OMV Updates:
- Even though you are using an older version of OMV, check if there are any critical updates or patches available that might address this issue. Sometimes, updating to a newer version can resolve compatibility issues.
- Network Configuration:
- Verify that your network configuration on both Windows and OMV is correct. Ensure that there are no IP conflicts and that the NAS is properly recognized on the network.
- Use IP Address Instead of Hostname:
- Try accessing the NAS using its IP address instead of the hostname. Sometimes, DNS resolution issues can cause access problems.
- Check Firewall and Security Software:
- Ensure that your firewall or any security software on Windows is not blocking access to the NAS. Temporarily disable them to see if it resolves the issue.
If none of these steps resolve the issue, you might want to consider seeking further assistance on the OpenMediaVault forums, where other users and experts might have additional insights specific to OMV configurations.
Please feel free to reach out if you require any additional assistance. I'm here to help!