All of lore.kernel.org
 help / color / mirror / Atom feed
* Forcing fs checks on ext3
@ 2002-05-12 20:47 Marco Calistri
  2002-05-12 21:48 ` Steven Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Calistri @ 2002-05-12 20:47 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Hello I'm using RHL-7.2 with ext3 journalled file system,it works fine,
however I wonder issue an automated fs check let'say every 20 system's boots,
is there a file to set to accomplish this?

TIA

[-- Attachment #2: Type: application/pgp-signature, Size: 244 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Forcing fs checks on ext3
  2002-05-12 20:47 Forcing fs checks on ext3 Marco Calistri
@ 2002-05-12 21:48 ` Steven Smith
  0 siblings, 0 replies; 3+ messages in thread
From: Steven Smith @ 2002-05-12 21:48 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

> Hello I'm using RHL-7.2 with ext3 journalled file system,it works fine,
> however I wonder issue an automated fs check let'say every 20 system's boots,
> is there a file to set to accomplish this?
ext{2,3} superblocks contain a field indicating how many times they can
be safely mounted without fscking, and a maximum interval between fscks.
To get at this data, go

tune2fs -l /dev/hda1

replacing hda1 with the device which stores the filesystem. To set the
maximal mount count, go

tune2fs -c 20 /dev/hda1

whilst the maximum time between fscks is set with

tune2fs -i <time> /dev/hda1

Time can be specified in days as 30d, weeks as 4w, or months as 1m.
man tune2fs for more details. Also, you shouldn't really do this while
the filesystem's in use. I don't normally bother unmounting it,
but strictly speaking you probably should.

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Forcing fs checks on ext3
@ 2002-05-12 23:00 Jose Luis Alarcon
  0 siblings, 0 replies; 3+ messages in thread
From: Jose Luis Alarcon @ 2002-05-12 23:00 UTC (permalink / raw)
  To: ik5bcu; +Cc: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

  Hi Marco.

  Here is a good web for understand and learn about
ext3 filesystem:

   http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html

  Is a very good idea take a look to this site if you
have a ext3 partition.

  Best Regards.

  Ciao.

  Jose.

Debian GNU/Linux 'Sid' Kernel 2.4.17 Ext3.
Mandrake Linux 8.2 Kernel 2.4.17 ReiserFS.
Registered Linux User #213309.
Memories..... You are talking about memories. 
Rick Deckard. Blade Runner.


--- message from "Marco Calistri" <ik5bcu@tin.it> attached:

_____________________________________________________________
Linux for the Desktop
Software, Setup, chat & email.
http://www.linuxnobis.com

_____________________________________________________________
Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net  http://www.everyone.net/?btn=tag

[-- Attachment #2: Type: message/rfc822, Size: 2357 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 198 bytes --]

Hello I'm using RHL-7.2 with ext3 journalled file system,it works fine,
however I wonder issue an automated fs check let'say every 20 system's boots,
is there a file to set to accomplish this?

TIA

[-- Attachment #2.1.2: Type: application/pgp-signature, Size: 244 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-12 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-12 20:47 Forcing fs checks on ext3 Marco Calistri
2002-05-12 21:48 ` Steven Smith
  -- strict thread matches above, loose matches on Subject: below --
2002-05-12 23:00 Jose Luis Alarcon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.