Fix permission errors on CIFS mounted shares / NFSBy neokrates, written on November 18, 2011 |
howto |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Trend: what general purpose computer language will dominate IT industry in the next decade?
- Java (39%, 11 Votes)
- C/C++ (11%, 3 Votes)
- Other (11%, 3 Votes)
- Python (7%, 2 Votes)
- C# (4%, 1 Votes)
- Basic (0%, 0 Votes)
- PHP (0%, 0 Votes)
- Ruby (0%, 0 Votes)
- Scala (0%, 0 Votes)
Total Voters: 28
Loading ...
Most popular search terms:
I had this problem when I tried to use subversion on CIFS mounted NFS. I often got svn: Can't open file '.svn/myfile.tmp': Permission denied or svn: Can't create directory ... kind of error. After I used nounix the problem seems to be gone.
nounix: Disable the CIFS Unix Extensions for this mount. This can be useful in order to turn off multiple settings at once. This includes POSIX acls, POSIX locks, POSIX paths, symlink support and retrieving uids/gids/mode from the server. This can also be useful to work around a bug in a server that supports Unix Extensions.Works for:
newer Debian, Ubuntu, CentOS distros.
Linux distros with CIFS support
> mount -t cifs //my.host/mydir -o rw,nounix,user=,password= /mnt/samba
|
LEARN MORE (amazon bookstore)
|
|
TAGS
|
|
SOCIAL
|
|
INCOMING SEARCH TERMS
|


















