77 swapoff-关闭系统交换区

时间:2023-03-09 17:29:38
77 swapoff-关闭系统交换区

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

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

语法

swapoff  [设备]

参数:

-a 将/etc/fstab文件中所有设置为swap的设备关闭

-h 帮助信息

-V 版本信息

实例

显示分区信息:

# sfdisk -l //显示分区信息

Disk /dev/sda:  cylinders,  heads,  sectors/track
Units = cylinders of bytes, blocks of bytes, counting from Device Boot Start End #cyls #blocks Id System
/dev/sda1 * + - Linux
/dev/sda2 8e Linux LVM
/dev/sda3 - Empty
/dev/sda4 - Empty Disk /dev/sdb: cylinders, heads, sectors/track sfdisk: ERROR: sector does not have an msdos signature
/dev/sdb: unrecognized partition
No partitions found

关闭交换分区。

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