4.3.7 Example 5 (creating a HiRDB file system area for list RDAREAs)

The following shows an example of creating a HiRDB file system area for list RDAREAs:

Example
Create a HiRDB file system area for list RDAREAs:

pdfmkfs -n 50 -l 10 -k WORK -i C:\listarea01

Explanation:
-n: Specifies the size of the HiRDB file system area in MB.
-l: Specifies the maximum number of files that can be created in this HiRDB file system area.
-k: Specifies the purpose of this HiRDB file system area.
This example specifies WORK because this HiRDB file system area is for RDAREAs for lists.
-i: Specifies that the entire HiRDB file system area is to be initialized.
When the -i option is specified, the system allocates the entire area. When the -i option is omitted, the system creates only the management information for the HiRDB file system area.
C:\listarea01: Specifies the name of the HiRDB file system area to be created.

After the command has executed, the execution results should be checked for errors. For details about how to check command execution results, see the manual HiRDB Version 9 Command Reference.