[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:10586] Re: Over 2GB を扱うには?



おおのです。

On Sun, Aug 05, 2001 at 01:49:42AM +0900, KOJIMA Mitsuhiro wrote:
> セミナーで使った OHP を 
> http://www.linet.gr.jp/lswg/010803/FS/index.html に置いておきましたの
> で、ご興味のある方はごらんくださいませ。

  大変参考になりました。どうもありがとうございます。

  恥ずかしながら、この資料を見るまでext3のkernel 2.4対応のものがある
とは知りませんでした。(2.2の開発者が「2.2がうまく動くようになるまで
2.4には手を出さない」とかいっていたので、期待してなかったってのもあり
ますが... )

  ここにこの前書いた私の疑問 (Maximum mount count) の答えもありますね。
(興味ないかたはごめんなさい)
http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html  より

--
Filesystem check intervals

A feature of e2fsck is that it will regularly force a check of a filesystem
even if the filesystem is marked clean.  Typically, this happens on every
twentieth mount or every 180 days, whichever comes first.

This still happens with ext3, and is quite possibly not what you want to happen
- one of the reasons you chose ext3 was to avoid the downtime which is caused
by a long fsck.

So it is a good idea to turn this feature off for ext3.  Use the command
 

    tune2fs -i 0 -c 0 /dev/hdxx

To disable the checking.

NOTE: this means that it is your responsibility to periodically schedule
downtime for the manual checking of disks.  In many Linux distributions this is
most easily done by creating a file called /forcefsck and rebooting.
--

  英語は得意ではないので思いっきり意訳すると、

「ext2fsはfsがきれいでも定期的にfsckがはいるよね。ext3fsも同じだが、
downtime を少なくしたくてext3いれたのに、これじゃあね。

でもいいアイデアがある。
tune2fs -i 0 -c 0 /dev/hdxx
ってすればcheckしないよ。

備考:これは君の責任で定期のfsckをするって意味だよ。大抵のディストなら
/forcefsckを作ってリブートすれば簡単さ。」

ってなかんじ (^^; になるかと思います。 

  結局、定期のfsckは必要であるということのようです。


-- 
  産総研 地圏資源環境部門
  大野 哲二  ohno@prosaic1.a08.aist.go.jp
  「人生は特攻なのよ」

Follow-Ups
[plamo:10597] Re: Over 2GB を扱うには?, 早間義博
References
[plamo:10557] Re: Over 2GBを扱うには?, KOJIMA Mitsuhiro

[検索ページ] [メール一覧]
Plamo ML 公開システム