HP3000-L Archives

August 2002, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Berkowitz <[log in to unmask]>
Reply To:
Michael Berkowitz <[log in to unmask]>
Date:
Wed, 28 Aug 2002 14:21:43 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
Juan Rojas writes

Friends;

Does anybody know the file size limit for a RIO file?  My system (6.5) gives
me the FSERR 106 message when trying to build the file.  I tried specifying
the number of extents and got the same result.

:BUILD LRR01003.group.account;REC=-187,,F,ASCII;RIO;DISC=550000
EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)

:calc 550000*187
102850000, $6215DD0, %610256720

Thanks for your time.
--------------------------------------------------------
Well, using the maximum extents and maximum blocking factor gives the
following.

:BUILD A;RIO;REC=-256,254,F,ASCII;DISC=2088642,32,32
:LISTF A,2
ACCOUNT=  HS47        GROUP=  PUB

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

A                 256B  FAR          0    2088642 254  2089680 13 32


:CALC 2088642*256
534692352, $1FDEC200, %3767541000
:BUILD B;RIO;REC=-256,254,F,ASCII;DISC=2088643,32,32    <<< DISC = +1
EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)
Build of file "B.PUB.HS47" failed. (CIERR 279)

This number of 534 MB suspiciously looks like the CM file limit of 1/2 GB.
RIO files are one of the few file types that are not in native mode.

Mike Berkowitz
Guess? Inc.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2