home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13200 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!jeffro
  3. From: jeffro@netcom.com (Jeff Rosenfeld)
  4. Subject: filesystem integrity
  5. Message-ID: <1993Jan11.212258.7482@netcom.com>
  6. Reply-To: jeffro@uniteq.com (Jeff Rosenfeld)
  7. Organization: Uniteq Application Systems
  8. Date: Mon, 11 Jan 1993 21:22:58 GMT
  9. Lines: 20
  10.  
  11.  
  12. Hi. I am working on an application that needs to be able to guarantee
  13. that certain data has become "permanent." It has been proposed that this data
  14. be written to a database table during the interval it needs to have that
  15. status, but it seems to me that's somewhat excessive. I would like to be
  16. able to write the data to disk using the O_SYNC flag to open the disk file.
  17.  
  18. I am under the understanding that due to the nature of the AIX filesystem,
  19. it is guaranteed not to become corrupted or to lose files under any
  20. circumstances short of physical damage to the disk. What I would like to
  21. know is whether the same that is (allegedly) true of filesystem structure
  22. is also true of file data.
  23.  
  24. In short, once I know that data has been written to the disk, can I be sure
  25. that it is just as safely there as if it had been written to a commercial
  26. database table?
  27.  
  28. If someone can give an authoritative answer I'd be most grateful.
  29. Thanks,
  30.         - Jeff.
  31.