On Feb 8 18:20, Correa, Wagner wrote: > $ ./getVolInfo Z: > Device Type : 7 > Characteristics : 10 > Volume Name : <correw> > Serial Number : 3758342752 > Max Filenamelength : 255 > Filesystemname : <NTFS> > Flags : 4000f > FILE_CASE_SENSITIVE_SEARCH : TRUE > FILE_CASE_PRESERVED_NAMES : TRUE > FILE_UNICODE_ON_DISK : TRUE > FILE_PERSISTENT_ACLS : TRUE > FILE_FILE_COMPRESSION : FALSE > FILE_VOLUME_QUOTAS : FALSE > FILE_SUPPORTS_SPARSE_FILES : FALSE > FILE_SUPPORTS_REPARSE_POINTS: FALSE > FILE_SUPPORTS_REMOTE_STORAGE: FALSE > FILE_VOLUME_IS_COMPRESSED : FALSE > FILE_SUPPORTS_OBJECT_IDS : FALSE > FILE_SUPPORTS_ENCRYPTION : FALSE > FILE_NAMED_STREAMS : TRUE > FILE_READ_ONLY_VOLUME : FALSE > FILE_SEQUENTIAL_WRITE_ONCE : FALSE > FILE_SUPPORTS_TRANSACTIONS : FALSE > > How can I tell if it is a NetApp?
It's not a native Windows NTFS (FILE_FILE_COMPRESSION would be TRUE at least), nor Samba (FILE_NAMED_STREAMS would be FALSE). The flag combination points straight to a Netapp file system. The problem you're reporting should be fixed in Cygwin 1.7. You can test a parallel install of Cygwin 1.7 on the same machine or on another machine using the 1.7 setup tool at http://cygwin.com/setup-1.7.exe. See http://cygwin.com/ml/cygwin-announce/2009-01/msg00036.html. Make sure you don't mix the two installations (use different dirs for instance). Please report back in this maling list whether or not that problem is fixed for you. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/