home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0070.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  1.1 KB

  1. From: rcodi@yabbie.oz.au (Ian Donaldson)
  2.  
  3. In article <8249@ut-sally.UUCP>, std-unix@ut-sally.UUCP (Moderator, John Quarterman) writes:
  4. > [ We are discussing standardizing a data interchange/archive format 
  5. > in a standard that its authors explicitly wanted to be implementable
  6. > on hosted, i.e., non-UNIX-based, systems.  The inclusion of inode
  7. > numbers is a problem for such implementations, especially when it
  8. > is not necessary, as demonstrated by the tar format.  -mod ]
  9.  
  10. How much of a problem?  Surely the numerical value of these numbers are 
  11. unimportant, but their relationship to other files in the same
  12. archive is important.  They are just magic cookies specifying whether
  13. file A is the same as file B.  Any computer can generate such
  14. magic cookies.    
  15.  
  16. For so-called implimentations of "UNIX" (as opposed to UN*X)
  17. that don't have linked file capabilities (gasp!) this is still not a problem,
  18. as archives that they generate won't have linked files, and archives
  19. that they read will simply ignore this information.  
  20.  
  21. Same goes for tar.
  22.  
  23. Ian D.
  24.  
  25. Volume-Number: Volume 11, Number 71
  26.  
  27.