runoops.com

Linux swapoff命令

Linux swapoff命令用于关闭系统交换区(swap area)。

swapoff实际上为swapon的符号连接,可用来关闭系统的交换区。

语法

swapoff [设备]

参数:

  • -a 将/etc/fstab文件中所有设置为swap的设备关闭
  • -h 帮助信息
  • -V 版本信息

实例

显示分区信息:

# sfdisk -l

Disk /dev/vda: 104025 cylinders, 16 heads, 63 sectors/track
Units: cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/vda1   *      2+ 104025- 104024-  52427759+  83  Linux
/dev/vda2          0       -       0          0    0  空
/dev/vda3          0       -       0          0    0  空
/dev/vda4          0       -       0          0    0  空

关闭交换分区。

# swapoff /dev/vda2 // 关闭交换分区