On 7/7/2012 9:51 AM, Andrey Repin wrote: >>> your mount table looks strange >>> >>> C: / system binary,auto >>> c:\bin /bin system text,cygexec >>> c:/bin /usr/bin system text,cygexec >>> C:\lib /usr/lib system binary,auto >>> c:\usr\local\bin /usr/local/bin system text,cygexec >>> cygdrive prefix /drv system binary,auto >>> >>> Why half are mounted as text instead of binary ? > >> I think that's a cygcheck bug. > >> $ cat /proc/mounts >> C:/users/dancol/appdata/local/temp /tmp ntfs binary,posix=0,user 1 1 >> C:/usr/local/bin /usr/local/bin ntfs binary,cygexec 1 1 >> C:/bin /usr/bin ntfs binary,cygexec 1 1 >> C:/bin /bin ntfs binary,cygexec 1 1 >> C:/lib /usr/lib ntfs binary,auto 1 1 >> C: / ntfs binary,auto 1 1 > > What about `mount` output and contents of your /etc/fstab ? $ cat /etc/fstab none /drv cygdrive binary 0 0 c:/bin /usr/bin ntfs cygexec 0 0 c:/bin /bin ntfs cygexec 0 0 c:/usr/local/bin /usr/local/bin ntfs cygexec 0 0 $ cat /etc/fstab.d/dancol c:/users/dancol/appdata/local/temp /tmp ntfs posix=0 0 0 $ mount C:/users/dancol/appdata/local/temp on /tmp type ntfs (binary,posix=0,user) C:/usr/local/bin on /usr/local/bin type ntfs (binary,cygexec) C:/bin on /usr/bin type ntfs (binary,cygexec) C:/bin on /bin type ntfs (binary,cygexec) C:/lib on /usr/lib type ntfs (binary,auto) C: on / type ntfs (binary,auto)