Comment 27 for bug 393012

Revision history for this message
Bryan (k1cd) wrote : Re: smb: Error while copying file, "Invalid argument"

The workaround in autofs is to add -gid=1000,uid=1000 (e.g.) to the map in auto.master so the directories created by autofs become owned by user 1000. That allows that user rw access. The problem is that autofs sets the directories rwx for owner and just r for group and other. I think autofs should set its directory permissions rwx all (777) and let the network share determine access.