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

  1. From: John.Cocula@f347.n109.z1.fidonet.org (John Cocula)
  2. Sender: Uucp@blkcat.UUCP
  3. Path: sparky!uunet!blkcat!Uucp
  4. Newsgroups: comp.os.os2.programmer
  5. Subject: Re: File Systems and Bac
  6. Message-ID: <724299123.AA00000@blkcat.UUCP>
  7. Date: Sun, 13 Dec 1992 17:09:04 -0500
  8. Lines: 54
  9.  
  10. In a message to All <12-11-92 01:57>, Matthew Edward Patton writes: 
  11.  
  12.  ME> 1. Where,how are the Extended attributes stored?  Is it tacked onto
  13.  ME> the
  14.  ME> end of the file? Are they kept in a special hidden file in the
  15.  ME> directory?
  16.  
  17. Under HPFS, all or part of EAs are kept in the fnode (similar to
  18. Unix's inodes).  Under FAT, they are kept in clusters referenced by
  19. \EA DATA. SF. Otherwised unused slots in FAT directory entries refer
  20. to these clusters. 
  21.  
  22.  ME> 2. The popular OS2 compression Utilities Info's Zip and UnZip, do they
  23.  ME> keep track of extended attributes and successfully store them?
  24.  
  25. Yes.
  26.  
  27.  ME> 3. Are sources for OS2's backup.exe and restore.exe available?
  28.  
  29. No.
  30.  
  31.  ME> 4.  Has ANYONE gotten Borland C++ 3.1 to run under a dos window in
  32.  ME> OS2.
  33.  
  34. I have heard that one has to set DPMI to ENABLED, not AUTO in the
  35. DOS session's Session page. 
  36.  
  37.  ME> 5. can a DOS program access the extended attributes or is there a way
  38.  ME> to "dump/extract" the attributes and then "paste" them on again?
  39.  
  40. DOS programs don't see EAs, and often lose them.  OS/2 has an
  41. OS/2-only utility called EAUTIL that will split them off into files
  42. and rejoin them. 
  43.  
  44.  ME> 6. Is there a Programmers' guide to the OS2 kernel or os2/mdos kernel
  45.  ME> available? (something like the Norton Programmer's guide to DOS:
  46.  ME> funcalls, interupts, the works)
  47.  
  48. OS/2 has numerous reference books available from IBM.  Microsoft
  49. has/had ones on the 16-bit API.  They are all on-line for $15 on
  50. CD-ROM (if you are in the U.S.): 1-800-3IBMOS2. 
  51.  
  52.  ME> Explaination:  I want to write a HD backup program for os2 which will
  53.  ME> operate under either FAT or HPFS and use the TurboVision IDE style
  54.  ME> interface. (if you know how I might implement the interface under gcc
  55.  ME> or something else let me know)  Anyway, I plan to develope under BCC
  56.  ME> and run it as a DOS app under OS2.  Is this possible? Feasible? 
  57.  
  58. Sure, but an OS/2 backup utility would be more popular if it were an
  59. OS/2 app, not a DOS app.  Borland has their 32-bit C++ development
  60. environment in beta test right now, supposed to be out 1Q93 (soon).
  61.  
  62. John
  63.  
  64.