This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: NetAPP / cygwin 1.7.7-1 avoid Recycle BIN dot files


 Hi Corinna,
 
 > Try the latest developer snapshot from http://cygwin.com/snapshots/
I used the one from Nov 2th. No change. Dotfiles are created and the mount does not say "netapp"
 
 Anyway, if the latest snapshot does not solve your problem, install
 the csih package from the distro (probably you already have it) and
 run
 
 $ cd <path-to-some-directory-on-the-netapp>
 $ /usr/lib/csih/getVolInfo . <-- note the dot
 bash-3.2$ /usr/lib/csih/getVolInfo .
Device Type        : 7
 Characteristics    : 10
 Volume Name        : <shr1>
 Serial Number      : 133445
 Max Filenamelength : 255
 Filesystemname     : <FAT>
 Flags              : 40007
    FILE_CASE_SENSITIVE_SEARCH  : TRUE
    FILE_CASE_PRESERVED_NAMES   : TRUE
    FILE_UNICODE_ON_DISK        : TRUE
    FILE_PERSISTENT_ACLS        : FALSE
    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
 bash-3.2$ pwd
 /cygdrive/s
 bash-3.2$

Maybe there is an unhappy coincidence with the netapps and this is a race condition between find -exec and rmdir that did not occur before 1.7?
Because from your earlier postings i expect rmdir to leave these dot-Files every time. Now I find that rmdir <dir> will delete without the recyle-files while find <dir> -depth -exec rmdir {} \; create such files.

Best regards
Sebastian


----------------------------------------------------------------
Sammle all Deine Mails in einem Postfach! Jetzt kostenlose E-Mail Adresse @t-online.de einrichten und alles auf einen Blick haben.
http://www.t-online.de/email-umzug



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]