home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / hardware / 14095 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  4.1 KB

  1. Path: sparky!uunet!gatech!rutgers!cbmvax!mks
  2. From: mks@cbmvax.commodore.com (Michael Sinz)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: 4 Gigs....and counting..
  5. Keywords: SCSI Amigados
  6. Message-ID: <34263@cbmvax.commodore.com>
  7. Date: 14 Aug 92 15:18:17 GMT
  8. References: <1992Aug7.140551.25211@walter.cray.com> <1992Aug9.034453.4560@msuinfo.cl.msu.edu> <32648@auc.UUCP>
  9. Reply-To: mks@cbmvax.commodore.com (Michael Sinz)
  10. Organization: Commodore, West Chester, PA
  11. Lines: 70
  12.  
  13. rar@auc.UUCP (Rodney Ricks) writes:
  14. >In article <1992Aug9.034453.4560@msuinfo.cl.msu.edu> jap@crs.cl.msu.edu (Joe Porkka) writes:
  15. >>Due to the standard AmigaDOS device interface any particular
  16. >>(logical) device is limited to 4gig. However, you may have many 4gig devices
  17. >>attached. Theoretically you could have lets see...
  18. >>In a A3000 which has 4 slots
  19. >>    5 SCSI controllers, each can get at 7 unit of 8 drives each -
  20. >>    giving you 5*7*8 or 280 drives. Say each drive was 4GIG.
  21. >>    That leaves you with 1120 GIG of disk space.
  22. >>    (You better have one *BIG* powersupply)
  23. >
  24. >First of all, is the 4 gig limit on the drives in this case, or the partitions?
  25. >Aren't the partitions the logical devices?  If so, the amount of disk space
  26. >is only limited by the number of devices that you can have (times the maximum
  27. >partition size), and I think that is theoretically unlimited in the Amiga OS
  28. >(if it is limited, I bet the limit occurs at the DOS level.).
  29.  
  30. The limit is that the device structures/names must fit in memory.
  31. Other than this, there is no real limit.  After all, it is all linked lists.
  32.  
  33. >Actually, I think the number of logical devices is limited by the naming
  34. >convention (three characters for the actual device name).
  35.  
  36. Device names can be up to 30 characters.  Mine show up as:  (from Info)
  37.  
  38. Mounted disks:
  39. Unit      Size    Used    Free Full Errs   Status   Name
  40. SOFTSYS:   32M   12875   52715  20%   0  Read/Write SoftSys
  41. WB:        19M   30024   10224  75%   0  Read/Write WB
  42. TYBALT:    11M   11326   11842  49%   0  Read/Write Tybalt
  43. TEST:     681K    1272      91  93%   0  Read/Write Test
  44. 040:       40M   67514   14419  82%   0  Read/Write 040
  45. JUNIOR:    29M   18462   41008  31%   0  Read/Write Junior
  46. SOFT:    1401M 1682481 1188373  59%   0  Read/Write Main
  47. RAM:        1K       1       0 101%   0  Read/Write Ram Disk
  48. WB_2.x:    19M   18784   22160  46%   0  Read/Write System
  49. DF0:      No disk present
  50. DF1:      No disk present
  51. T:         20M    2331   38667   6%   0  Read/Write T
  52. Mail:      29M    9762   51654  16%   0  Read/Write Mail
  53. Big:      499M   95434  928498   9%   0  Read/Write Big
  54. BackUp:   583M  442553  753251  37%   0  Read/Write BackUp
  55. Trash:    299M   50853  563489   8%   0  Read/Write Trash
  56. Other:     99M   85835  118833  42%   0  Read/Write P
  57. Work:     169M   28776  318142   8%   0  Read/Write Work
  58.  
  59. >Second, isn't the partition size limit under AmigaDOS 2gig?  I think I remember
  60. >that it had a 2gig limit, and that signed arithmetic was used.
  61.  
  62. Well, we have not yet been able to test the system if it works with larger
  63. than 2gig.  I do know that it will be a problem to have a file over 2gig due
  64. to the fact that Seek() (and fseek()) take a signed value for the byte offset.
  65.  
  66. The size of the device (not partition) is limited to 4gig (32-bit) since
  67. the Amiga .device I/O model takes byte offsets as a 32-bit number.  A device
  68. driver could take a 8gig drive and make it look like two different units of
  69. 4gig each.
  70.  
  71. However, I claim that the number of people that will put a drive that is
  72. over 2gig in size on their $500 Amiga coputer system will be rather low
  73. for a while yet.  By the time this really becomes a problem, the fix will
  74. have been done long ago.
  75.  
  76. /----------------------------------------------------------------------\
  77. |      /// Michael Sinz  -  Senior Amiga Systems Engineer              |
  78. |     ///                   Operating System Development Group         |
  79. |    ///   BIX:  msinz      UUNET:  mks@cbmvax.commodore.com           |
  80. |\\\///                                                                |
  81. | \XX/                      HELP!  I am starting to like it here...    |
  82. \----------------------------------------------------------------------/
  83.