Linux swapoff命令
Linux swapoff命令用於關閉系統交換區(swap area)。
swapoff實際上為swapon的符號連接,可用來關閉系統的交換區。
語法
swapoff [設備]
參數:
- -a 將/etc/fstab檔中所有設置為swap的設備關閉
- -h 幫助資訊
- -V 版本資訊
實例
顯示分區資訊:
# sfdisk -l //顯示分區資訊 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
關閉交換分區。
# swapoff /dev/sda2 // 關閉交換分區