25.4 Adding Swap Partitions
Directory Structure
/
├── usr
│ └── swap0 # Swap file
├── etc
│ ├── rc.conf # System startup configuration file
│ └── fstab # Persistent mount configuration file
└── dev
├── md0 # Memory disk (for swap file)
├── nda0p3 # Swap partition
└── zvol
└── zroot
└── swap # ZFS swap volumeTraditional Swap File Method Using the dd Command
Using a ZFS Volume as Swap Space
Parameter
Description
References
Viewing Swap Space Usage
Last updated