Coder Social home page Coder Social logo

lab3b's Introduction

NAME: Virgil Jose, Christopher Ngai
EMAIL: [email protected], [email protected]
ID: 904765891, 404795904

********************
* CONTENTS OF FILE *
********************

lab3b.py:
	lab3b.py is a Python program that analyzes a file system summary in the form a CSV file and reports on all inconsistencies. The
	inconsistencies are then reported to standard output. The program takes in a single command line argument in the specified form
	of the CSV file and is then analyzed to report block consistency audits, which includes reporting invalid blocks, reserved blocks,
	unreferenced blocks, allocated blocks that appear to be on the free list, and duplicate blocks. Additionally, the program reports
	on inode allocation audits, which tells if an inode is allocated or unallocated on the free list. Finally, it prints out a report
	on the directory consistency audits, which reports any allocated inodes whose reference count doesn't match the number of discovered
	links, unreferenced inodes, and directory entries that refer to invalid or unallocated inodes.

Makefile:
	Makefile is a file that builds and runs the deliverable program. It contains the following targets: default, dist, and clean. The
	default target copies the lab3b.py to a progam named lab3b and changes the permission settings so that anyone can execute the
	program. The dist target creates the deliverable tarball with all the necessary contents needed to submit the project such as the
	lab3b.py program, the Makefile, and the README document. The clean target removes all programs and ouput generated by the Makefile,
	including the tarball and the lab3b program.

lab3b's People

Contributors

cngai avatar virgiljose 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.