Logical disks can be defined at various levels in the storage infrastructure.
Operating system An operating system may define
volumes or logical disks and assign each to one physical disk, more than one physical disk or part of the storage area of a physical disk. For example,
Windows NT can
create several partitions on a
hard disk drive, each of which a separate volume with its own
file system. Each
floppy disk drive,
optical disc drive or
USB flash drive in Windows NT becomes one volume. Windows NT can also create
partitions that span multiple hard disks drives. Each volume is identified with a
drive letter.
Storage area network Storage area networks (SANs) consolidate inhomogeneous storage devices. As such
logical disks or
vdisks allow computer programs to access files stored on a SAN.
Storage subsystem A hardware-level
redundant array of independent disks (RAID) exposes itself to the operating system as one logical disk while the array itself consists of several disks. The operating system either does not know that the hardware with which it is interfacing is a RAID, or knows but still does not concern itself with intricate details of storage. In case of the latter, specialized management, maintenance and diagnostics software dedicated to that specific RAID may run on the operating system. ==Motivation==