Get information about your swap partition with this simple command.

This command will print information about your swap partition easily using the Linux command line. root@Yog-Sothoth:~# swapon -s -v Filename Type Size Used Priority /dev/sda5 partition 7811068 0 -2 /dev/dm-1 partition 62500860 0 -3root@Yog-Sothoth:~# swapon -s -v Filename Type Size Used Priority /dev/sda5 partition 7811068 0 -2 /dev/dm-1 partition 62500860…

Read More

How to turn on swap partitions in Fedora Core Linux.

I recently wanted to add a swap partition to my Fedora Core 19 system as apparently I was running all this time without one. This is the command that I used to find a partition to use. root@neo homer# fdisk -l /dev/sdb   Disk /dev/sdb: 500.1 GB, 500107862016 bytes, 976773168…

Read More