Code Monkey home page Code Monkey logo

fat-32's Introduction

FAT-32

Implemented a user space shell application that is capable of interpreting a FAT32 file system image. The utility must not corrupt the file system image and should be robust. No existing kernel code or any other FAT 32 utility code may be used in your program.

See Assignment 4 - FAT32.pdf for more assignment details

IMPLEMENTED COMMANDS

open

Opens fat32.img file with error handling

close

Closes fat32.img with error handling

info

Prints out values for: BPB_BytesPerSec BPB_SecPerClus BPB_RsvdSecCnt BPB_NumFATS BPB_FATSz32

stat

Print attributes and starting cluster number of the file or directory name.

get

Retrieves file from the FAT32 image and places it in your current working directory.

If it does not exist, program will print "Error: File not found."

cd

Changes directories similar to a bash shell.

Supports '..' to go back to previous directory

ls

L ist directory contents.

read

Reads from the given file at the position, in bytes, specified by the position parameter and output the number bytes specified.

Byte is in size 1, use fseek and have the position be used as the offset.

Number of bytes is the count to read.

fat-32's People

Contributors

shubshres avatar

Stargazers

Eason Wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.