1 / 3

Story

Story. Insert the designed metadata FTL into the SSD controller Advantages: We can control the raw flash behavior We can cooperate with the normal file FTL, such as overall wear-leveling. Distinguish Metadata from Normal Data. Solution 1: Read the first few bytes of each access package

chase
Télécharger la présentation

Story

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Story • Insert the designed metadata FTL into the SSD controller • Advantages: • We can control the raw flash behavior • We can cooperate with the normal file FTL, such as overall wear-leveling

  2. Distinguish Metadata from Normal Data • Solution 1: Read the first few bytes of each access package • Advantage: Do not need to assume the layout, more flexible • Disadvantage: Need to “open” every access package • Solution 2: Read the first few MFT entries to establish the layout of the file system • Advantage: The decision can be made by LBA • Disadvantage: If the NTFS layout is changed, we need extra work to construct the layout of the file system.

  3. Compatibility • Assign a special tag in the spare area which the page contains metadata.

More Related