home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8669 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!root
  3. From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  4. Subject: Re: DOS FS deleting large files?
  5. Message-ID: <1992Aug20.044113.6179@athena.mit.edu>
  6. Sender: root@athena.mit.edu (System PRIVILEGED Account)
  7. Reply-To: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  8. Organization: The Internet
  9. Date: Thu, 20 Aug 1992 04:41:13 GMT
  10. Lines: 17
  11.  
  12.    From: trussell@cwis.unomaha.edu (Tim Russell)
  13.    Date: Thu, 20 Aug 1992 03:21:55 GMT
  14.  
  15.        Well, more than once, when I have used that file to restore files using
  16.    a normal "zcat" command, the file disappears, just as if it was deleted.
  17.    CHKDSK shows no problems with the DOS partition.
  18.  
  19. Which version of zcat are you using?  There is a bug in some versions of
  20. compress/uncompress/zcat where zcat will erroneously delete its input
  21. file on some error, where "some error" can be your typing ^C on some
  22. versions....
  23.  
  24. On machines where I'm undertain of zcat's vintage, I'm generally
  25. paranoid and will type "zcat < file", to make sure zcat won't be able to
  26. delete the file, even if it tries.
  27.  
  28.                             - Ted
  29.