Benjamin's Design Study
From CSSEMediaWiki
Revision as of 23:37, 18 September 2009 by Benjamin Kearns (Talk | contribs)
Contents |
Problem
My design study is a continuation of the 425 project from last semester. The project is a generic file system parser which will be able to directly parse any sort of file system from a raw disk and display that information in a consistent manner.
Requirements
* The system must be able to handle any directory hierarchy based file system which is used on modern desktop, laptop, server and portable device operating systems today. * The system must be able to interpret a raw MBR and determine where the individual partitions are.
Constraints
* The produced model of the hard drive must be completely generic and there must not be any file system specific components to it.