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
Choose-free Heuristic: With the choose-free heuristic, the model checker first searches the part of state space that does not contain any non-deterministic choices. This is particularly useful when abstractions based on over-approximations of the syst
Normal 0 false false
What is iphone OS? Also write some applications of it.
Explain the difference in concepts of the emigration, migration, and the immigration
What do you know about the vestibular system? How it operates?
18,76,764
1947089 Asked
3,689
Active Tutors
1431497
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!