[Tux Gif]
 Linux System Administration

Filesystems


Ooops! I did it again!
    1. Use fdisk (or some similar utility) to make a new partition
    2. Set the partition type to swap (82 in fdisk).
    3. Use the mkswap command:
    1. Edit /etc/fstab to reflect the new swap space
    2. Turn on the swap  (or reboot if you editted /etc/fstab) with the swapon command
    3. Check the status  (optional)
    4. Limitations to swap space?

Prev                Page 13                Next