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
Explain why is buprenorphine less addictive in comparison to other opioids (such as fentanyl) - is it explainable through its strength of binding to the common receptor, or?
State the different duties of the Paediatrician.
Normal 0 false false
Useful Abstractions: We discuss here several useful data abstractions for integer domains. Abstractions for other numeric domains can be defined similarly. A) A Range abstraction tracks concrete values between lowe
How would you describe Franklin Roosevelt?
Who won the 1896 election and why did they win?
18,76,764
1958461 Asked
3,689
Active Tutors
1425746
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!