[Mono-dev] Permission denied reading a file make wrote
Konaju Games
dev at konaju.com
Thu Feb 13 12:46:48 UTC 2014
This appears to be a bug in Cygwin. Files written by a Windows process
confuses Cygwin's conversion of NTFS permissions to Unix, resulting in
Cygwin thinking the file has no permissions. The fix is to open /etc/fstab
and replace
none /cygdrive cygdrive binary,posix=0,user 0 0
with
none /cygdrive cygdrive binary,noacl,posix=0,user 0 0
and restart the cygwin bash shell.
--
View this message in context: http://mono.1490590.n4.nabble.com/Permission-denied-reading-a-file-make-wrote-tp4661872p4661890.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list