linux mei swap,Linux swapoff命令
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 // 關閉交換分區
總結
以上是生活随笔為你收集整理的linux mei swap,Linux swapoff命令的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 定时器驱动数码管c语言程序,74hc59
- 下一篇: linux 其他常用命令