home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / hardware / 5598 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  1.7 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.hardware
  4. Subject: Re: SPARCClassic
  5. Message-ID: <15493@auspex-gw.auspex.com>
  6. Date: 13 Nov 92 23:32:55 GMT
  7. References: <1992Nov12.213456.4551@ucs.att.com> <15479@auspex-gw.auspex.com> <1992Nov13.105754.8555@fwi.uva.nl>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 38
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >Actually, the 4.1.x format and Solaris 2.x format must be *really*
  14. >close.
  15.  
  16. They are.
  17.  
  18. >Solaris 2.x disks can be connected to SunOS 4.1.x (not 4.0.x)
  19.  
  20. The "not 4.0.x" is probably a 4.3BSD vs.  4.3-tahoe issue, i.e., FFS vs. 
  21. FFFS (I'd been under the impression that a system that supports only
  22. FFS, such as 4.0[.x] could safely mount an FFFS file system *read-only*,
  23. although read-write won't work).
  24.  
  25. >unless they use EFT ranges, i.e., values
  26. >for file attributes that are out of range in 4.1.x but are valid
  27. >in the ranges of Extended Filesystem Types.
  28.  
  29. (As I remember from my days at Sun, I think it's Ex.*ed Fundamental
  30. Types, not just Filesystem Types; they also cranked "pid_t" up to 32
  31. bits, for example.)
  32.  
  33. For those to whom EFT merely means Electronic Funds Transfer, EFT is a
  34. set of changes to various system data types to widen them.
  35.  
  36. SVR4 widens:
  37.  
  38.     "ino_t" to 32 bits (about time SV realized that there've been
  39.        file systems that can have >65535 inodes for about 10 years
  40.        now);
  41.  
  42.     "uid_t" and "gid_t" to 32 bits;
  43.  
  44.     "dev_t" to 32 bits (14 bits of major device number, 18 bits of
  45.        minor device number);
  46.  
  47. and also widens some other types.  UIDs and GIDs are, I think, still
  48. restricted to 16-bit values for now; the intent was to remove that
  49. restriction later.  Inumbers and major/minor device pairs are already
  50. allowed to be >16 bits.
  51.