Vorheriges Thema: volume infoNächstes Thema: volume list


volume info Output

Dieses Thema enthält Befehlsausgabespezifikationen.

Die Ausgabe dieses Befehls ist Folgende:

Nicht-Batch-Ausgabe
Name             : val
Link To          : val
Comment          : val
UUID             : val
Size             : val
State            : val
Progress         : val
Filesystem       : val
Partitions       : val
   Partition   Filesystem  Size
   val         val         val
Unused Space     : val
Mount State      : val
Mounted Device   : val
Current Users    : val
Mount Attributes : val
Time Created     : val
Time Written     : val
Time Accessed    : val
Number Mirrors   : val

Batch-Ausgabe
volume <name>
   {
   link            = val
   comment         = val
   uuid            = val
   size            = val
   state           = val
   progress        = val
   filesystem      = val
   partitions
      {
      partition <name> : size = <val> fs = <val>
      ...
      }
   unused_space    = val

   mount_state     = val
   mount_path      = val
   n_users         = val

   mount_attr      = val
   time_created    = val
   time_written    = val
   time_accessed   = val
   n_mirrors       = val
   mirror <name>, server = val, state = val
   ...
   }