Previous page

Next page

Locate page in Contents

Print this page

mount_deviceType

Summary:

Contains device mount information.

Type specification:

Name

Min/Max

Type

Description

permanent

0..1

boolean

Mount type:

true -- permanent mount.

false -- temporary mount.

Permanently mounted devices are mounted automatically at system boot. Please note that when mounting a device on the Hardware Node, the mount information is written into the /etc/fstab file. However, when mounting a device inside a Virtuozzo Container, the mount information is written into one of the Virtuozzo script files, which are executed at the time a specific Container is started.

device

0..1

string

Linux On Linux, the name of the device.

WindowsOn Windows, the name of the device or an EFD image file.

point

1..1

string

Mount point.

Linux On Linux , it is the directory name.

WindowsOn Windows, it is the drive letter, e.g. E:

filesystem

0..1

string

Filesystem type.

active

0..1

boolean

Mount status:

true -- the mount is active.

false -- the mount is inactive.

The "inactive" status applies only to the permanent mounts. Temporary mounts can exist only in the "active" state. In other words, you cannot mount a device temporarily and make it inactive at the same time. If you try to "deactivate" a temporarily mounted device, the mount will be deleted altogether.

size

0..1

long

WindowsThe size of the EFD image file. When creating an EFD image, specify the desired size here.

interface

0..1

string

WindowsInterface type:

SCSI -- SCSI storage device.

This element is used when configuring Windows Cluster Server (MSCS) support in a Virtuozzo Container. You can create an EFD image, mount it inside a Virtuozzo Container, and configure the new drive to be recognized by Windows running in the Container as a SCSI storage device. In order to do that, include the interface element containing the SCSI value.

If this element is omitted while mounting an EFD image inside a Container, the image is mounted as a common loopback.

Please send us your feedback on this help page