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
Task: In the lecture on User Interfaces, three classes of an operating system user were identified, end-user, programmer/developer and administrator. You are required to produce a repor
What bearer types are utilized for WAP in GSM? In GSM, WAP can be run over the Short Message Service (SMS) or by means of Circuit Switched Data (CSD). The latter provides much greater bandwidth.
Under-approximation: Under-approximation occurs when behaviors are removed to create the abstract system. This approach corresponds to error-preserving abstractions (where the properties are safety or more general universal properties such as LTL). As
Give a brief explanation of competition. Which kind of ecological interaction is competition?
18,76,764
1948034 Asked
3,689
Active Tutors
1443387
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!