Aller au contenu principal

CHFS


CHFS


CHFS is a file system developed at the Department of Software Engineering, University of Szeged, Hungary. It was the first open source flash memory-specific file system written for the NetBSD operating system. Intended usage is over raw flash devices on embedded systems like ARM and MIPS, the filesystem is less suitable for use on consumer SSD (because consumer SSDs already make sure to not use the same physical blocks for writing modified data).

Structure

Similar to UBIFS, the CHFS file system utilizes a separate layer for handling Flash aging and bad blocks, called EBH (erase block handler). The file system itself is modelled after JFFS2, thus the internal structure is very similar.

ChewieFS

CHFS was originally called ChewieFS during development. The name was changed to avoid legal issues and to have a more neutral name.

See also

  • List of file systems
  • NetBSD
  • chfs AIX command line option for modifying filesystems

References

External links

  • Chip Flash File System at the Wayback Machine (archived 2018-03-08)
  • ChewieFS - a JFFS2 like flash filesystem for NetBSD (Tamás Tóth, BSD-Day 2010)
  • mount_chfs(8) – NetBSD System Manager's Manual

Text submitted to CC-BY-SA license. Source: CHFS by Wikipedia (Historical)


INVESTIGATION