<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry that did not work for me.<br>
<br>
ps; Sorry for the hijack error. Didn't know of it till you pointed it
out.<br>
<br>
<br>
<br>
Derek Broughton wrote:
<blockquote cite="mid:1270532.vgZM8VZ0O9@cedar.serverforest.com"
type="cite">
<pre wrap="">galt wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is there any way one can force Ubuntu Feisty to check all ext3
partitions for errors on the next boot?
Thanks
</pre>
</blockquote>
<pre wrap=""><!---->
Arrgh. Didn't this thread already contain a request not to hijack threads?
Please don't "reply" to somebody else's post when you have a brand new
question.
To answer the question: tune2fs (remember, it's really just an ext2
filesystem, with a journal).
"-C mount-count
Set the number of times the filesystem has been mounted. If set to a
greater value than the max-mount-counts parameter set by the -c option,
e2fsck(8) will check the filesystem at the next reboot. "
If you used:
tune2fs -C 99999 /dev/XXXX
where XXXX is your partition, I would expect it to be fsck'd next boot.
</pre>
</blockquote>
</body>
</html>