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
Others
SWAPON(8) OpenBSD System Manager's Manual SWAPON(8)
NAME
swapon - specify additional device for paging and swapping
SYNOPSIS
swapon -a
swapon special_file ...
DESCRIPTION
Swapon is used to specify additional devices on which paging and swapping
are to take place. The system begins by swapping and paging on only a
single device so that only one disk is required at bootstrap time. Calls
to swapon normally occur in the system multi-user initialization file
/etc/rc making all swap devices available, so that the paging and swap-
ping activity is interleaved across several devices.
Normally, the first form is used:
-a All devices marked as ``sw'' swap devices in /etc/fstab are made
available.
The second form gives individual block devices as given in the system
swap configuration table. The call makes only this space available to
the system for swap allocation.
SEE ALSO
swapon(2), fstab(5), init(8), rc(8), vnconfig(8)
FILES
/dev/[ru][pk]?b standard paging devices
/etc/fstab ascii filesystem description table
BUGS
There is no way to stop paging and swapping on a device. It is therefore
not possible to make use of devices which may be dismounted during system
operation.
HISTORY
The swapon command appeared in 4.0BSD.
4th Berkeley Distribution June 5, 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 swapon(8) OpenBSD sources for swapon(8)
Up to: Local machine and Operating System Information - kernel topics, uname, boot, shutdown, et al
RocketLink!--> Man page versions:
FreeBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
swapon.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|