Skip to content

zelongjiang123/OS-FileSystem-EXT2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project overview:

Each disk will be given to you in the form of a disk image (http://en.wikipedia.org/wiki/Disk_imageLinks to an external site. ). A disk image is simply a file containing the complete contents and file system structures.

Identify an inode that represents a jpg file and copy the content of that file to an output file (stored in your 'output/' directory), using the inode number as the file name. For example, if inode number 18 is a jpg file, create a file 'output/file-18.jpg' which will contain the exact data reachable from inode 18.

Main files:

runscan.c

Main coding language:

C

Attributions:

I (Zelong Jiang) wrote runscan.c. The course staffs wrote read_ext2.c, read_ext2.h, and ext2_fs.h but I did not get the permission to post them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages