home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / misc / 39329 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.9 KB

  1. Path: sparky!uunet!think.com!yale.edu!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!kitchin
  2. From: kitchin@lf.hp.com (Bruce Kitchin)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: OK, WHY won't EA's get backed up?
  5. Date: 14 Dec 1992 18:59:37 GMT
  6. Organization: Hewlett Packard Santa Clara Site
  7. Lines: 28
  8. Message-ID: <1gilipINN19p@hpscit.sc.hp.com>
  9. References: <1992Dec13.062449.4591@gremlin.muug.mb.ca>
  10. NNTP-Posting-Host: eden.avo.hp.com
  11. X-Newsreader: TIN [version 1.1.2 PL7]
  12.  
  13. Charles (charles@gremlin.muug.mb.ca) wrote:
  14. : I keep reading how you can't back up OS/2 with a DOS back up program
  15. : because the EA's won't get backed up.  Does this include FAT as well?  If
  16. : so, why?  The EAs are just kept in a seperate file aren't they which will
  17. : get backed up in a normal backup stream.
  18.  
  19. The problem is the link between the file and its EA's.  A previously
  20. unused field in the file's directory entry points to the EA's (probably
  21. an offset into the file containing the EA's).  IF, the backup program
  22. restores the directory entry bit for bit including any 'unused' or
  23. 'reserved for future expansion' fields, then if the 'EA DATA. SF'
  24. is restored that was saved at the same time the file was saved,  then
  25. I wouldn't be surprised to see a DOS backup utility work.  Unfortunately,
  26. I'm not sure we can be sure about these points.  Some DOS utilities take
  27. an entire copy of the directory entry while others are 'smarter' and only
  28. take what they need.  The 'smarter' kind is likely to be a disaster
  29. on OS/2.  It is known that some DOS FAT defragmenters do work on
  30. disks with EA's.  They must move intact any fields that it knows nothing
  31. about.
  32.  
  33. There are only a couple of ways to be sure.  Find out from the developer
  34. whether they work in a compatible way with EA's.  Or test the situation
  35. on a disk that you can afford to lose in case it doesn't work.  Neither
  36. of these appeal to me.  But then I use an Irwin tape backup with software
  37. that is EA aware and runs under OS/2.
  38.  
  39.