From: marcel AT mbfys DOT kun DOT nl (Marcel Nijman) Subject: B19 NT4.0 : file system bug 14 Jul 1998 16:46:10 -0700 Message-ID: <35AB211A.63CE8067.cygnus.gnu-win32@mbfys.kun.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi, I'm having trouble with the way Cygnus handles my FAT file system. In some cases (reproducable, given my file system) files get transformed to character devices. For instance, the following two files are ordinary (small) text files: crw-r--r-- 0 0 everyone 0, 0 Jan 1 1970 jo0 -rw-rw-rw- 1 0 everyone 1865 Jul 14 09:52 jo1 They were created by: ls -l > jo0 tar -cvzf bug.tar bug ls -l > jo1 After the first two commands the file jo0 is still okay. After the third command (which doesn't involve jo0) jo0 has a 'c' flag. The file cannot be opened anymore with, for instance, vi, but 'cat jo0' works fine. Note that without the tar command the bug doesn't appear. Any help is welcome. Marcel Nijman marcel AT mbfys DOT kun DOT nl - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".