A virtual drive is a software component that emulates an actual disk drive. To other programs, a virtual drive looks and behaves like an actual physical device. In modern operating systems, all storage media appears to programs as
device drivers, which abstract away the physical implementation differences between different storage media. Consequently, a virtual drive is a device driver with an additional
layer of abstraction between the
interface and the underlying physical storage medium. A virtual disk may be in any of the following forms: •
Disk image, a computer file that contains the exact data structure of an actual
storage device •
Logical disk (also known as vdisk), a software defined division of physical hard drives. • A
hybrid volume composed of two or more physical disks. • A single hard drive, or
disk partition, with subdivisions defined by the operating system, instead of the device itself. •
RAM disk, which stores its data in
random-access memory (RAM) instead of on a storage device • A mapped network drive that connects to a
File Server ==Uses==