Cannot write to windows share ntfs folder from mac

6

I have a windows 7 shared folder, I can connect to windows 7 using smb protocol and can mount the drive on mac. I can get files from that shared folder but how to write/paste files from my mac to windows7's shared folder?

Or I need to format the volumne to some other type in order to get the write access? I dont want to use FAT32 as I have some files larger than 4GB

coure2011

Posted 2012-07-18T18:18:24.920

Reputation: 1 355

What does the permissions scheme look like on the share? Does the user that is connecting via the Mac actually have write permissions? – MaQleod – 2012-07-18T18:24:07.970

Answers

5

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.

Fran

Posted 2012-07-18T18:18:24.920

Reputation: 4 774

I'm connecting as my admin user, which has full access rights to drive S:, and yet the volume is still read-only from OS X. – apraetor – 2016-07-25T03:27:33.833

I found that it helped to connect to the SMB URL smb://myusername@myserver/mysharename - here's how to connect to an SMB URL with Finder - the key is to ensure you are connecting as the Windows user expected. I believe sometimes you can end up connecting as a guest user on Windows with read-only access.

– RichVel – 2016-09-10T08:39:52.527

4

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.

khess

Posted 2012-07-18T18:18:24.920

Reputation: 41

1+1 for the info "The underlying volume format won't matter for SMB shares" – coure2011 – 2012-07-18T20:06:11.013

0

On windows (server side) edit the share settings, its likely everyone has read access but the share setting does not include write access for a user / group. Just right click folder and edit sharing>advanced.

S8G

Posted 2012-07-18T18:18:24.920

Reputation: 1