Sin categoría

  • Gnu – swapoff/on

    This nice tool is capable of disabling the swap system of your computer (file, partition or dedicated device). For instance typing:

    swapoff path/to/file

    will disable your swap file or :

    swapoff /dev/sdbx

    will disable your partition swap. You can revert the changes by writting swapon and the same arguments. As allways read the man manual for more information.