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
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?
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
describe the functions of the secondary lymphoid organ
Error Preservation: When verification is used to disprove properties (find bugs), a third type of property preservation comes into play: An abstraction is error preserving if a set of properties that is false in the abstract system has corresponding p
18,76,764
1928908 Asked
3,689
Active Tutors
1444371
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!