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
Uses of Programming by Contract: Contracts can also be used for dynamic, temporal properties (Mehlitz and Penix 2005), which are especially useful to verify protocol compliance (for instance, requiring the test state to keep track of previous evaluati
Explain how responding is done through Drama?
Briefly explain Tool Support and Applications in program model checking?
Richard Nixon: He made to the top of the political the heap was a miracle. Some people particularly liked him, he was himself too suspicious to have a close friend. He came up short in the superficial qualities thought essential to success in American
Explain the functionality of accelerometer of an iphone?
18,76,764
1949666 Asked
3,689
Active Tutors
1435759
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!