On 10/3/05, <b class="gmail_sendername">Max Andersen</b> <<a href="mailto:max@militant.dk">max@militant.dk</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
'Forum Post wrote:<br><br>>Good question! I don't like this behaviour either.<br>><br><br>I do, very much. Just got my root partition repaired this morning :),<br>but it would be nice to choose.</blockquote><div><br>

There are two files you can use to control this for the next boot; if
either file exists, it will be removed after the next boot so the
change only applies to the next boot.<br>
<br>
If a file named /fastboot exists, fsck will not be run on the next boot; useful when you're going to give a presentation.<br>
<br>
If a file named /forcefsck exists, the file system will be checked at the next boot, resetting the 30-mount count.<br>
<br>
To create one of these files, you will need root permission: run<br>
<br>
$ sudo touch /fastboot<br>
<br>
or<br>
<br>
$ sudo touch /forcefsck<br>
<br>
to create an appropriately-named empty file.<br>
<br>
</div></div><br>