Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
FreeBSD
NetBSD
Others
VNCONFIG(8) OpenBSD System Manager's Manual VNCONFIG(8)
NAME
vnconfig - configure vnode disks
SYNOPSIS
vnconfig -c [-v] rawdev regular_file
vnconfig -u [-v] rawdev
DESCRIPTION
The vnconfig command configures vnode pseudo disk devices. It will asso-
ciate the special file rawdev with the regular file regular_file allowing
the latter to be accessed as though it were a disk. Hence a regular file
within the filesystem can be used for swapping or can contain a filesys-
tem that is mounted in the name space. Both traditional devices, vnd ,
and the cache-coherent devices, svnd , are configured through vnconfig
Options indicate an action to be performed:
-c Configures the device. If successful, references to rawdev will
access the contents of regular_file.
-u Unconfigures the device.
-v Print messages to stdout describing actions taken.
If no action option is given, -c is assumed.
FILES
/dev/{,r}{,s}vnd*
EXAMPLES
vnconfig svnd0 /tmp/diskimage
Configures the vnode disk svnd0 (ie. all of it's partitions become use-
able).
vnconfig -u svnd0
Unconfigures the same device.
BUGS
This command should really be named vndconfig.
SEE ALSO
swapon(8), mount(8), umount(8), vnd(4).
4th Berkeley Distribution July 8, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for vnconfig(8) OpenBSD sources for vnconfig(8)
Up to: File System Operations - Operations for entire file-systems (quotas, configuration, consistency, mount, unmount, et al)
RocketLink!--> Man page versions:
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
vnconfig.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|