This section shows how to create a drive link with EVMS:
To create the drive link using the GUI, follow these steps:
Select
-> -> to see a list of EVMS features.Select
.Click
.Click the objects you want to compose the drive link: sde4 and hdc2.
Click
.Type dl in the "name" field
Click
.The last dialog window presents the free space object you selected as well as the available configuration options for that object.
Alternatively, you can perform some of the steps to create a drive link with the GUI context sensitive menu:
From the
tab, right click sde4.Click
Continue creating the drive link beginning with step 2 of the GUI instructions. In step 4, sde4 is selected for you. You can also select hdc2.
To create the drive link, follow these steps:
Select
-> -> to see a list of EVMS features.Select
.Activate
.Use spacebar to select the objects you want to compose the drive link from: sde4 and hdc2.
Activate
.Press spacebar to edit the Name field.
Type dl at the "::" prompt. Press Enter.
Activate
.Alternatively, you can perform some of the steps to create a drive link with the context sensitive menu:
From the Available Objects view, press Enter on sde4.
Activate the
menu item.Continue creating the drive link beginning with step 4 of the Ncurses instructions. sde4 will be pre-selected. You can also select hdc2.
Use the create command to create a drive link through the CLI. You pass the "object" keyword to the create command, followed by the plug-in and its options, and finally the objects.
To determine the options for the plug-in you are going to use, issue the following command:
query: plugins, plugin=DriveLink, list options |
Now construct the create command, as follows:
create: object, DriveLink={Name=dl}, sde4, hdc2 |