Hybrid file system

  • Authors:
  • Jinsun Suk;Jaechun No

  • Affiliations:
  • Sejong University, Seoul, Korea;Sejong University, Seoul, Korea

  • Venue:
  • Proceedings of the 2009 International Conference on Hybrid Information Technology
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

As density doubles with the rapidly dropping price each year for the past seven years (currently 32 Gbits/chip), NAND flash memory has virtually replaced HDDs (hard disk drives) in battery-operated consumer devices such as cellular phones, PMPs, and PDAs. This trend has also enabled the introduction of so-called flash memory SSDs (solid state disks) that has an interface identical to that of HDDs but use NAND flash memory inside as storage media. The ordinary filesystems designed for HDDs are no longer suitable for SSDs because SSDs have many different features from HDDs. We designed a hybrid filesystem, called HybridFS, that uses two kinds of storages - HDDs and SSDs. This is accomplished by distributing data into two partitions based on the data type. In HybridFS, data blocks of files are stored in a data partition in HDDs, while metadata being stored in the metadata partition of SSDs. Separating data into the different storage type of disk partitions makes it possible to produce high I/O performance by taking appropriate I/O approach, according to the data characteristics.