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]

"changed dev/ino" error with NetApp shared drive


Hello,

I have a very blocking problem for 1 month : I wasn't more able to use a
NetApp shared drive with Cygwin (cygwin-1.5.19-4).

For example, I can't use the 'rm' command (the drive is named H:) :

Cygwin:~ $ mkdir stub
Cygwin:~ $ rm -r stub
rm: `stub' changed dev/ino

The 'find' command fails too (findutils-4.2.27-1) :

Cygwin:~ $ find .
.
./~snapshot
find: /cygdrive/h/~snapshot changed during execution of find (old inode
 number -471760888, new inode number -468238328, filesystem type is user)
 [ref 1114] find: /cygdrive/h/~snapshot changed during execution of find (old
 inode number -466128888, new inode number -467051672, filesystem type is
 user) [ref 1114]

If I try to use a newer version on findutils (4.3.0-1), I get this funny
error :

Cygwin:~ $ find .
.
./~snapshot
find: ./~snapshot: No such file or directory


For information, the result of the getvolinfo tool is :

Cygwin:~ $ ./getvolinfo.exe h:/
rootdir: h:\
Volume Name        : <frq06772>
Serial Number      : 1778709650
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags:
  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


Is there a way to get an old Cygwin version or a new patched "experimental"
version ?

Regards,
Frederic

--
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/


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