Chapter 19 The Vinum Volume Manager

Table of Contents
19.1 Synopsis
19.2 Disks Are Too Small
19.3 Access Bottlenecks
19.4 Data Integrity
19.5 Vinum Objects
19.6 Some Examples
19.7 Object Naming
19.8 Configuring Vinum
19.9 Using Vinum for the Root Filesystem
Originally written by Greg Lehey.

19.1 Synopsis

No matter what disks you have, there are always potential problems:

One way some users safeguard themselves against such issues is through the use of multiple, and sometimes redundant, disks.

In addition to supporting various cards and controllers for hardware RAID systems, the base FreeBSD system includes the Vinum Volume Manager, a block device driver that implements virtual disk drives.

Vinum provides more flexibility, performance, and reliability than traditional disk storage, and implements RAID-0, RAID-1, and RAID-5 models both individually and in combination.

This chapter provides an overview of potential problems with traditional disk storage, and an introduction to the Vinum Volume Manager.

This, and other documents, can be downloaded from ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.