I've been looking around and seen two different things for options for swap partitions.

I've seen something like the line below:

UUID=UUID HERE none swap sw 0 0

and

UUID=UUID HERE none swap swap 0 0

What's the difference?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

When the filesystem type is swap, neither of these options mean anything. In fact, the only option that makes sense is pri=n, specifying the swap space priority. Usually you don't need it and can just specify defaults:

UUID=foo   none   swap   defaults

(The mount point, as well as dump and pass fields, are irrelevant too.)

link|improve this answer
Thanks, I figured mount dump and pass were irrelevant. I hadn't seen it as defaults before, but I have since I was searching after asking the question. – Rob Sep 19 '11 at 18:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.