User`s guide

Configuring a Virtual Machine 149
4 To get extensive information about the disk, enter:
p
5 To create a new partition, enter:
n
6 To create the primary partition, enter:
p
7 Specify the partition number. By default, it is 1.
8 Specify the first cylinder. If you want to create a single partition on this hard disk, use the
default value.
9 Specify the last cylinder. If you want to create a single partition on this hard disk, use the
default value.
10 To create a partition with the specified settings, enter:
w
When you allocated the space on the newly added virtual hard disk, you should format it by
entering the following command in the terminal:
mkfs -t <FileSystem> /dev/hdc1
Note: <FileSystem> stands for the file system you want to use on this disk. It is
recommended to use ext3 or ext2.
When the added virtual hard disk is formatted, you can mount it in the guest OS.
1 To create a mount point for the new virtual hard disk, enter:
mkdir /mnt/hdc1
Note: You can specify a different mount point.
2 To mount the new virtual hard disk to the specified mount point, enter:
mount /dev/hdc1 /mnt/hdc1
When you mounted the virtual hard disk, you can use its space in your virtual machine.