swapoff :關(guān)閉系統(tǒng)交換分區(qū)
語 法
swapoff[必要參數(shù)][選擇參數(shù)]
功 能
swapoff 命令:可以關(guān)閉交換分區(qū),swapon 命令可以打開交換分區(qū)。
執(zhí)行權(quán)限: 超級用戶 普通用戶
命令屬性: 系統(tǒng)設(shè)置
參數(shù)
必要參數(shù)
-a 關(guān)閉所有交換設(shè)備
選擇參數(shù)
-h 幫助信息
-V 版本信息
范例
范例1: 顯示分區(qū)信息。
[root@hx ~]# sfdisk -l //顯示分區(qū)信息
Disk /dev/sda: 1305 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 12 13- 104391 83 Linux
/dev/sda2 13 1304 1292 10377990 8e Linux LVM
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
Disk /dev/sdb: 652 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/sdb: unrecognized partition
No partitions found
[root@hnlinux ~]#
范例2: 關(guān)閉交換分區(qū)。
[root@hx ~]# swapoff /dev/sda2 // 關(guān)閉交換分區(qū)
新聞熱點
疑難解答
圖片精選