Commands
Commands
Purpose:
This command is used to create a multifile system. Multifile system consists
of Control file directory along with the partitions directory. Control file
resides in the $APPL_DATA/mdata directory and data files in partitions
directories. Depending upon number of partitions multifile system will be
created.
Syntax:
m_mkfs [ options ] control_url partition_url [ partition_url ... ]
Following are the m_mkfs options:
-m mode or
-mode mode
-mvfile
-max bytes or
Specify the maximum segment size for vfile partitions.
-max-segment-size byt (The default is a system-specific value.) Note that the
es
value supplied serves only as an approximation of the
maximum segment size. It is advisable to use a value
somewhat smaller than the actual desired value. This
option is only meaningful when -mvfile is also specified.
Examples:
This command will create a multifile system with 5 way partitions.
m_mkfs $/EXPORT/HOME/TEST/DATA/mdata \
$/EXPORT/HOME/TEST/DATA/partitions/0
$/EXPORT/HOME/TEST/DATA/partitions/1
$/EXPORT/HOME/TEST/DATA/partitions/2
$/EXPORT/HOME/TEST/DATA/partitions/3
$/EXPORT/HOME/TEST/DATA/partitions/4
\
\
\
\