home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10483 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!scd.hp.com!hpuerca.atl.hp.com!der
  3. From: der@hpuerca.atl.hp.com (Dave Ritchie)
  4. Subject: Re: Disk Array & 2GB HP-UX limit
  5. Message-ID: <BunK3M.GKz@hpuerca.atl.hp.com>
  6. Organization: Hewlett-Packard NARC Atlanta
  7. References: <51980002@hpsgm2.sgp.hp.com> <BuBwMI.MFC@cup.hp.com> <1992Sep12.005322.3016@polari>
  8. Date: Wed, 16 Sep 1992 03:52:33 GMT
  9. Lines: 29
  10.  
  11. In <1992Sep12.005322.3016@polari> lampi@polari.online.com writes:
  12.  
  13. >Why would it take 64 bit pointers to address >4GB file systems? After all,
  14. >we're not necessarily talking about >4GB *files* (which would require
  15. >such pointers), we're talking about >4GB *volumes*. It's really a stupid
  16. >limitation that should have nothing to do with the 32 bit limit of
  17. >pointers. After all, we're not talking about a pointer based from the
  18. >beginning of the logical volume when we address the contents of a given file.
  19.  
  20. >Or are we? :-)
  21.  
  22. >+-+  Michael Lampi       lampi@polari.online.com
  23.  
  24.   We are, actually. Think about the case when performing a seek to a 
  25. particular block of a mounted file system. Since HP-UX and other 
  26. Unix-derived operating systems allow devices to be manipulated using
  27. the same routines that are used with normal files, it would require a 
  28. change in the semantics of how lseek works for device files vs. regular 
  29. files (since the current semantics of lseek are tied to a 32-bit offset). 
  30.  
  31.   There are also problems with drivers (as I recall, there are 22 bits of SCSI 
  32. logical block addressing when using 10 byte commmands, which limits you to 
  33. 4GByte devices when using 1k blocks).
  34.  
  35. -- Dave Ritchie
  36. der@hpuerca.atl.hp.com
  37. HP North American Response Center, Atlanta
  38.  
  39.    
  40.