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
Explain the term Discharging Assumptions in Program Model Checking?
Give a brief explanation of ammensalim?
Can WAP run over GPRS? Yes, it can do. GPRS is new over-the-air service that transmits data packets to hand-held devices. It will let much faster WAP transmission than at present available over SMS or CSD while usi
Explain the difference between Authoritative restore & Non-Authoritative restore?
Beam Search: It is an optimization of the best-first search that uses the heuristic function to discard all but the m best candidate states at each depth, where m is the bound on the “width of the beam.” If more than m can
18,76,764
1952146 Asked
3,689
Active Tutors
1419708
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!