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
What are the Characteristics of a good model?
Explain Internet Corporation for Assigned Names and Numbers and their sources.
How response can be guided?
Looking to see if you could provide an essay about the following Discuss the physical, cognitive, and socio-emotional development of adolescents and the importance of the changes of peer relations. The following subtopics are to be addressed: Explain physical development through puberty,
Give a brief explanation of nitrogen cycle.
Multi threading: It is an application usually implemented as a separate procedure with numerous threads of control. In certain conditions a single application might be desirable to execute several identical tasks. For illustration: a web server accept
Normal 0 false false
Give a brief explanation of intra-specific and inter-specific ecological interactions.
Responding Through Talk: Learning is a social activity, and the cornerstone of social activity is talk. Linguist Michael Halliday (1999) contended that language is used not only to gain access to communities but also to create them. T
18,76,764
1953482 Asked
3,689
Active Tutors
1450261
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!