When you created the shared folder on Windows, you had the opportunity to change the default permissions on the share (which grants Everyone read-only access). You should go back to the share properties, and click on Permissions and grant Full Control permission to one or more Windows users known to your machine. Or you can give Everyone Full Control (but be careful what data you expose).
When you access the share from another machine (even a Mac) you should be required to authenticate with the Windows machine, at which time you would enter a username/password for a user known to the Windows machine. Then you will have write access.
Answer from Fran on Stack ExchangeWhen you created the shared folder on Windows, you had the opportunity to change the default permissions on the share (which grants Everyone read-only access). You should go back to the share properties, and click on Permissions and grant Full Control permission to one or more Windows users known to your machine. Or you can give Everyone Full Control (but be careful what data you expose).
When you access the share from another machine (even a Mac) you should be required to authenticate with the Windows machine, at which time you would enter a username/password for a user known to the Windows machine. Then you will have write access.
The underlying volume format won't matter for SMB shares. It's definitely a permissions issue. Keep in mind that share permissions are separate from disk permissions set on files and folders. You can try setting up simple file sharing on your Win7 machine. Or if you're using password protected sharing, then the easiest thing to do will be to create a user account on you Win7 machine with the same logon name and password as your OS X user and make sure the user account has permissions to the share and folder.
So i've had OMV running for a long while and never had any issues until early last year when I moved my main office PC to a MacMini. For some reason, I can read from my SMB/CIFS shares without any issues, but when I go to write to the share it locks up and says I don't have permission to write to the share. My user has no issue on my Windows or Linux machines with both reading from and writing to the share, and my Mac has no issue interacting with the SMB/CIFS share on my Synology.
Any thoughts what might be causing this? Is there a special permission that needs to be set on OMV for MacOS to read/write from the shares normally?
edit - idk what year it is anymore
Running OMV 6.9.8-1 (Shaitan) with all drives formatted to ext4, some of which are in a MergeFS pool together (but all drives have this issue, MergeFS or not).
So I'm signed in to one of my unRAID SMB shares on my mac using an account that's set to 'Read/Write access in the share settings.
Now most of the time when I try to rename anything on the share using my MAC I get an error saying that I don't have the permission to do so.
Why is this happening when I'm using an account that should have full Read/write access ?
Usually the authentication prompt is in relation to the destination for your copy.
Thus, from what you're describing, you should enter your Gentoo login credentials. However, I suspect the owner/write permission are too restrictive on that specific volume. Have you checked owner user/group on the problematic volume vs. the other "problem-free" volumes? Are the read/write permissions the same?
To change the permissions without resorting to Terminal, highlight the folder you want to put the user file in and select Get Info (Cmd+i). At the bottom are the permissions. Make sure that where it says "everyone" that it also says "Read & Write." You may have to click the little gold lock at the bottom of the Get Info pane to adjust this. Once you do this, you will be able to copy your folder over.
I had the same problem and I think I solved it:
You have to change the server address from smb to cifs, for example if your address is:
smb://ummsnas01/MarkLab$
…change it to:
cifs://ummsnas01/MarkLab$
That's it! Hopefully it works now for you too!
