タグ

ブックマーク / mkosaki.blog46.fc2.com (2)

  • 革命の日々! [PATCH 0/3] removing unwanted module configs

    Steven Rostedt が動作中のカーネルのlsmod情報から、必要なハードウェアのみONの最小 .configを生成してくれるスクリプトを開発した。 これで、最小コンパイル時間が満喫できる。らしい As it has been brought up last Kernel Summit, we want to make it easier for those that report bugs to build their own kernels, and maybe even bisect with git. Some of these people are not programmers and do not understand the complexity of the configuration options. But to compile a distribution

  • 革命の日々! Aligning filesystems to an SSD’s erase block size

    という記事をTed TsoがBlogに書いている http://tytso.livejournal.com/60368.html 要約すると、 ・今のLinuxはセクタサイズが512byteで決めうってあるけど、IntelのSSDは128Kだよ。HDDも将来は4kに変わるよ。 ・今のLinuxのstorage subsystemはalignmentを考えてないよ。手動で調整する必要があるよ。やり方も載せるよ ・alignmentがあってないと、書き込みが、read-modify-writeになるから遅いよ。SSDだけじゃなくRaid5でもalignmentは意識しないと遅くなるのでGenericな問題だよ ・Vistaはもう4k align対応は終わってるよ(128K align対応はまだだけど) ・将来的には全自動になるべきだよ。(fdisk時のファイルシステムのアライメントとか、mkf

    k0y
    k0y 2009/03/18
  • 1