Previous Topic: destroy (Volume Management)--Remove an Existing Volume from an ApplicationNext Topic: rename (Volume Management)--Rename an Application User Volume


format (Volume Management)--Format an Application User Volume

Format an existing volume.

Syntax
vol format <name> [ <prop>=<val> ]* [ --force ]  
Options
<name>

Name of the volume to format. The format of <name> is the following: <application>:<volume>, _GLOBAL:<volume>

or

_GLOBAL_RO:<volume>

<prop>=<val>

Volume parameters. The following parameters may be set:

mkfs | fs

file system type (for example, ext3)

fs_options

additional file system options used to format the volume (See notes below for specifics)

--force

Do not ask for verification of format operation

Notes:

Examples
vol format my-app:data fs=ext3    

format application user volume