4.3.6 Example 4 (creating a HiRDB file system area for utilities)

This section shows an example of creating a HiRDB file system area for utilities. The following files are created in the HiRDB file system area for utilities:

Example
Create a HiRDB file system area for utilities:

pdfmkfs -n 50 -l 10 -k UTL -i C:\utlarea01

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 UTL because this HiRDB file system area is for utilities.
-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:\utlarea01: 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.