Do you know anythings about SWAP file System in linux?
in here you can find more information about swap filesystem in Linux, but you have to know that use swap file system decrease in Linux after 2010 because many machines has powerful Ram to prevent for Crashing machine.
know we want to create a swap file system in our Linux distribution and active one or two swap filesystems.
let start:
Filesystem SWAP |
|
Command | Description |
# mkswap /dev/hda3 | create a swap filesystem |
# swapon /dev/hda3 | activating a new swap partition |
# swapon /dev/hda2 /dev/hdb3 | activate two swap partitions |
No comments:
Post a Comment