Published by expire0
Posted on March 16, 2015
nohup swapoff -L nice/drive & <--using the label name from FSTAB
wait until the process above has stop. check top and ps. The swap space should show zero usage
swapon -L nice/drive
Or
nohup swapoff -a & <-- all swap space -- >
wait until the process above has stop. check top and ps. The swap space should show zero usage
swapon -a &