.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#)swapon.8 6.1.1 (2.11BSD) 1996/11/17 .\" .TH SWAPON 8 "November 17, 1996" .UC 4 .SH NAME swapon \- specify additional device for paging and swapping .SH SYNOPSIS .B swapon .B \-a .br .B swapon name ... .SH DESCRIPTION .I 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 .I swapon normally occur in the system multi-user initialization file .I /etc/rc making all swap devices available, so that the paging and swapping activity is interleaved across several devices. .PP Normally, the .B \-a argument is given, causing all devices marked as ``sw'' swap devices in .B /etc/fstab to be made available. .PP 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. .SH SEE ALSO swapon(2), init(8) .SH FILES .DT /dev/[ru][pk]?b normal paging devices .SH 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. .PP .B swapon is not implemented in 2.11BSD.