Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
/System/Kernel/Devices/<your_home_partition> /Users defaults 0 0/System/Kernel/Devices/hda2 /Mount/HDA2 defaults 0 0Posted By: m@cCoI must admit I don't know what the "0 0" at the and means, but the root partition uses it, so it shouldn't do much harm :PSince you've already answered the actual question, I'll field this one. The first 0 is a boolean flag for dump/don't dump, which is not so relevant now (I don't even have dump(8) here). The last is a non-negative integer that determines the order fsck looks at the partitions at boot time, so I wouldn't suggest using 0 0 for any filesystem you cared about (unless you're arranging fsck runs some other way). Checks are parallelised over entries with the same value, so 1 for the root and 2 for everything else works for most cases.
Posted By: MichaelThanks for the reply. But I can't undestand yet, why shouldn't 0 be used? It should indicate that the partition in question is to be checked first, or not? Then the ones with 1, 2, and so on. Or am I wrong?Posted By: m@cCoI must admit I don't know what the "0 0" at the and means, but the root partition uses it, so it shouldn't do much harm :PSince you've already answered the actual question, I'll field this one. The first 0 is a boolean flag for dump/don't dump, which is not so relevant now (I don't even have dump(8) here). The last is a non-negative integer that determines the order fsck looks at the partitions at boot time, so I wouldn't suggest using 0 0 for any filesystem you cared about (unless you're arranging fsck runs some other way). Checks are parallelised over entries with the same value, so 1 for the root and 2 for everything else works for most cases.
1 to 13 of 13