home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / admin / 7179 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!linac!att!att!dptg!ulysses!allegra!princeton!siemens!aad
  2. From: aad@siemens.com (Anthony Datri)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: FDDI, 20+GB unix file partitions, Remote NFS mount IBM to Sun, etc.
  5. Summary: your followup-to header was BOGUS
  6. Message-ID: <1993Jan19.233642.18807@siemens.com>
  7. Date: 19 Jan 93 23:36:42 GMT
  8. References: <1993Jan17.000702.5794@Princeton.EDU>
  9. Sender: news@siemens.com (NeTnEwS)
  10. Organization: Siemens Corporate Research, Princeton (Plainsboro), NJ
  11. Lines: 21
  12. Nntp-Posting-Host: lovecraft.siemens.com
  13.  
  14. >(1) Is there any way to increase the size of a file partition from 2GB (to
  15. >20 - 50 GB, for example) in Unix OS?
  16.  
  17. On a typical machine, the filesystem calls (eg., fseek) take signed 32-bit
  18. arguments -- hence the limit.  To deal with bigger files/filesystems, you
  19. need system calls that take bigger types as arguments.  If you change the
  20. existing calls, you'll break existing binaries and probably lots of source,
  21. too.  One way of doing this is to have a || set of calls that handle
  22. 64-bit offsets -- fseek64, say.  Of course, this means that utilities have
  23. to be modified to work.  This description is incomplete and probably
  24. inaccurate.  If you ask on comp.sys.convex I'm sure you'll get a better
  25. descripton of how they did it.
  26.  
  27. >(6) Are there any products/vendors out there who make high speed unix
  28. >file servers of 500GB and more (per server)?  
  29.  
  30. A high-end Auspex or Amdahl might do it.  An appropriately-configured Convex
  31. machine could do it with 2.4G IPI drives.
  32. -- 
  33.  
  34. ======================================================================8--<
  35.