Purpose
Create a virtual optical media disk in the Virtual Media Repository
Syntax
mkvopt -name FileName {-size Size | -dev OptDevice | -file SourceFile} [-ro ]
Description
The mkvopt command creates a new virtual optical disk in the Virtual Media Repository. If the -size flag is specified, the new optical disk is initialized to all zeros of the given Size. If the -dev flag is specified, the given device, OptDevice, must be an optical device with media loaded. The contents of the loaded media within the device, will be used to create the optical media. If the -file flag is specified, SourceFile is copied into the repository. By default, the virtual optical disk is created as DVD-RAM media. If the -ro flag is specified, the disk will be create as DVD-ROM media.
When specifying Size the following conventions must be used:
Size | Minimum file size |
---|---|
###M/m | ###MB |
###G/g | ###GB |
Flags
Examples
- To create a read-only virtual optical disk with the name pressData from existing optical media in device cd0, type the following command:
mkvopt -name pressData -dev cd0 -ro
- To create a new virtual optical disk with the name blankDVD with 1 Gigabyte storage capacity, type the following command:
mkvopt -name blankDVD -size 1g
there is new command MKDVD will do every thing for you
ReplyDelete