Difference between swap partition and swap file?

Answers were Sorted based on User's Feedback



Difference between swap partition and swap file?..

Answer / chin

Swap partition maintained seperate partition.
same swap partition can be used in two OS within single
machine.
If system crashes their is a chance to recover itor may not
be corrupt the partition.
Less fragmented.

where as swap file takes very less space. we can increase
the space very easily, compared to swap partition.
SWap file system fragmented.
If system crashes their is a huge chance to lost the swap
file system.

Is This Answer Correct ?    33 Yes 3 No

Difference between swap partition and swap file?..

Answer / venkat

SWAP Partition :

Swap partition is the double the RAM size. This partition
must be create at the time on linux installation.
Whenever RAM is FULL that time space will be taken from SWAP
partition which is available in HDD parmantelly.

SWAP File:

Swap file can be created after the installation any time.
Swap files are normally slower than SWAP partition.
This we can set as temporary purpose. For quick access the
file or data can create SWAP files.

Is This Answer Correct ?    14 Yes 2 No

Difference between swap partition and swap file?..

Answer / raghuwanshi.raviraj216

Swap partition maintained seperate partition.
same swap partition can be used in two OS within single
machine.
If system crashes their is a chance to recover itor may not
be corrupt the partition.
Less fragmented.

where as swap file takes very less space. we can increase
the space very easily, compared to swap partition.
SWap file system fragmented.
If system crashes their is a huge chance to lost the swap
file system.

Is This Answer Correct ?    0 Yes 2 No

Difference between swap partition and swap file?..

Answer / riju.c

Swap partition maintained seperate partition.
same swap partition can be used in two OS within single
machine.
If system crashes their is a chance to recover itor may not
be corrupt the partition.
Less fragmented.

where as swap file takes very less space. we can increase
the space very easily, compared to swap partition.
SWap file system fragmented.
If system crashes their is a huge chance to lost the swap
file system.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

Why ls -F dev/log file output indicate as = sign at end of the file name?

5 Answers   HCL, IBM,


How do I search bash history?

0 Answers  


Why do we use cmake?

0 Answers  


What is linux pwd (print working directory) command?

0 Answers  


What is difference between free and available memory in linux?

0 Answers  






You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

0 Answers  


How lilo is useful in linux?

0 Answers  


what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.

6 Answers   Google,


What is the difference between rmdir and rm r?

0 Answers  


What does umask 022 mean?

0 Answers  


Which of the following tasks cannot be accomplished with the touch command?

0 Answers  


How does mkdir work in linux?

0 Answers  


Categories