When mounting a swap partition on Linux, what does the mount option pri=42 mean?
fstab:
/dev/hda1 swap swap pri=42 0 0
feedback
|
|
Not on any linux distro, I believe ubuntu does not set any swap priority by default, some others might. You may call man swapon to the rescue ... here is an excerpt:
As a side note, you might wonder why set swap default priority to 42, I believe it to be just another reference to the Great Answer. | ||||
feedback
|
|
The | ||||
|
feedback
|
|
assume you have 2 swap-partitions, with 'pri' you can tell the os, which swap partion to use first:
| |||||||||||||||
feedback
|