Create swap partition after OS installation
How to make swap partition after OS installation?
Expert
swap can be made in two ways after the installation,
1. fdisk command
2. create a swap file by using dd command
after creating swap file or file system
#mkswap /dev/sda10
#swapon /dev/sda10
#swapon -s #To see the swap devices
by using dd command
#dd if=/dev/zero of=/swap bs=1024 count=1
Which will creates the file size 1024(1GB).
#mkswap /swap
#swapon /swap
#swapon -s #to see the swap devices
Coverage for Model Checking: When model checking is incomplete and no errors are reported, we would like to gain information about what aspects of the program’s behavior have been checked. To do this, we can use some standard (and some not-so-st
Normal 0 false false
The problem with the simple sorts Selection, Insertion, and Bubble sort is that they only compare and swap adjacent elements. Theorem 1. Any algorithm the sorts an n-element list only by comparing and swapping adja
Need of the concept of process: Processes are inert. We know that process is fundamentally the active state of a program which is the set of instruction intended to execute some specific job. Preceding to execution, the instructions should be converte
Why does the text state that “progressive movement was, in fact, many movements?”
FUTURE OF SATELLITES: Future of the satellites is very sounding but one have to wonder how these big giant machines will work and how these will perform all I understand is that the new upcoming satellites will work in a pattern similar to PC technolo
18,76,764
1935199 Asked
3,689
Active Tutors
1432232
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!