Giter VIP home page Giter VIP logo

c-programs's Introduction

Mytar

Mytar program allows you to package multiple files into a single file.

Compile

Run the command make to compile the program

Usage

To package files ./Mytar -cf output_file.mtar inputFile1 inputFile2 inputFile3 ...

To unpackage files ./Mytar -xf file_to_unpackage.mtar

FUSE_myFS

FUSE_myFS allows you to create a Unix type file system using the FUSE library in a regular file. For that the file is divided in blocks with size 4KiB. The first block contains the superblock, the second block contains the bitmap, the next block contains the root directory, the next five blocks contains i-Nodes, and the rest blocks correspond to data blocks

Compile

Run the command make to compile the program

Usage

Create directory mount-point mkdir mount-point

And execute the program fs-fuse ./fs-fuse -t 2097152 -a virtual-disk -f '-d -s mount-point

Params

-t size of file system -a regular file when we create our file system -f FUSE library params

c-programs's People

Contributors

cgaxtr avatar

Watchers

James Cloos avatar Daniel García Baameiro 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.