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
Normal 0 false false
How can a great biological diversity preserve an ecosystem from environmental injuries? Why are less bio-diverse ecosystems in the risk of suffering deep biological injuries if submitted to even small alters?
Is monoculture a system which contributes to great biological diversity of the ecosystem?
Write down the formula of net primary production (or NPP)? How NPP relate to the energy pyramids.
describe the functions of the secondary lymphoid organ
Aging: It is a method to avoid starvation in a scheduling system. It functions by adding up an aging factor to the precedence of each and every request. The aging factor should raise the request’s precedence as time passes and should make sure t
What do you mean by the term mutualism?
What are you able to do that promotes, or would promote, peace in a personal or health crisis? How willing are you to use this skill? What would make you more willing to do this?
18,76,764
1927970 Asked
3,689
Active Tutors
1425457
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!