X-Spam-Check-By: sourceware.org Content-Disposition: inline From: =?utf-8?q?Fr=C3=A9d=C3=A9ric_COIFFIER?= To: cygwin AT cygwin DOT com Subject: "changed dev/ino" error with NetApp shared drive Date: Thu, 9 Feb 2006 14:12:39 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200602091412.39542.frederic.coiffier@free.fr> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 : Serial Number : 1778709650 Max Filenamelength : 255 Filesystemname : 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/