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
As described a model checker typically examines all the possible states and execution paths in a systematic and exhaustive manner in order to check if one or more properties hold. That’s how it works in theory. But in practice and for realistic systems, “a
Design pattern: It is a general reusable solution to a normally occurring problem in software design. A design pattern is not finished design which can be transformed directly into code. It is explanation or template for how to solve out a problem whi
Normal 0 false false
Describe briefly the term predatism?
How tools are represented in the UNIX OS?
18,76,764
1937569 Asked
3,689
Active Tutors
1412262
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!