Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update directory name

...


Step
Command
1Change to the directory where you store your virtual disks.

Example:

# cd /data/Stromasys/HP-host1/Data/LDEVSDisk/

2Create an empty disk container. Note that the actual size of the disk will depend on the requirements of your emulated system. 

Example virtual disk creation (size 20GB):

# dd if=/dev/zero of=mydiskname.dsk bs=1G count=20

...