2006-07-23 Sun

FSFS - the Fast Secure File System はてぶ

http://fsfs.sourceforge.net/

FSFS exports encrypted files and directories securely over the network, letting users store and retrieve data in a secure, scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL.

2006-04-06 Thu

Oracle Cluster File System 2がLinuxカーネルに同梱へ はてぶ

http://japan.cnet.com/news/ent/story/0,2000047623,20100285,00.htm

2.6.16 に同梱.
ライセンスは GPL.

- Project: OCFS2 - oss.oracle.com
  http://oss.oracle.com/projects/ocfs2/
- ocfs2 - 詳解ファイルシステム - livedoor Wiki(ウィキ)
  http://wiki.livedoor.jp/linuxfs/d/ocfs2
- LWN: The OCFS2 filesystem
  http://lwn.net/Articles/137278/

2006-02-21 Tue

vfat の timestamp が 9時間ずれる問題 はてぶ

http://yoosee.net/d/archives/2006/02/15/002.html

2004-10-01 Fri

マイクロソフトのFATファイルシステム特許、再審査で取り消しに はてぶ

http://japan.cnet.com/news/ent/story/0,2000047623,20074900,00.htm

2004-01-03 Sat

XFS はてぶ

/**ファイルシステム総合スレ その2**/
http://pc.2ch.net/test/read.cgi/linux/1063025258/ より.

  From: [167] login:Penguin <>
  Date: 03/12/13 07:56 ID:buRyKqfr

  XFSを試してみようと、公式からソース落とした。
  中身を確認していると、fsckがこんなのだった。

  int
  main(int argc, char **argv)
  {
  return 0;
  }

  SGIよ、すごい自信だなオイ。
  _______________________________________________________________________________

  From: [168] login:Penguin <sage>
  Date: 03/12/13 09:05 ID:pAGNUMA/

  感動した
  _______________________________________________________________________________

  From: [169] login:Penguin <sage>
  Date: 03/12/13 11:24 ID:Y3/LsuQu

  man fsck.xfs
  > fsck.xfs - do nothing, successfully
  mount時にリカバリーするからいらないんだと。

  でも xfs_check xfs_repair つーのもある
  _______________________________________________________________________________

  From: [170] login:Penguin <>
  Date: 03/12/13 11:55 ID:lv2PBnfW

  >>167
  ワラタ
  _______________________________________________________________________________

  From: [171] login:Penguin <sage>
  Date: 03/12/13 14:53 ID:oteWVlnI

  >>169
  magic numberが読めなくなったので、最近使ったな。
  xfs_repairでも直らなかったので、
  xfs_repair -Lでログ消したらmountできた。
  _______________________________________________________________________________

  From: [172] login:Penguin <sage>
  Date: 03/12/14 07:40 ID:Af4CxAdI

  liloや、grubをMBRではなくパーティションの先頭に
  書き込んでしまったときも大活躍です > xfs_repair
  _______________________________________________________________________________

2003-08-08 Fri

Benchmarking Filesystems In 2.6.0-test2 はてぶ

http://kerneltrap.org/node/view/715

- ext3's syncs tended to take the longest [at] 10 seconds, except
- JFS took a whopping 38.18s on its final sync
- xfs used more CPU than ext3 but was slower than ext3
- reiser4 had highest throughput and most CPU usage
- jfs had lowest throughput and least CPU usage

2001-03-22 Thu

VFAT領域のマウント はてぶ

codepage=932だけでなく、iocharset=euc-jpが必要。

ChangeLog 最新ページ