Code Monkey home page Code Monkey logo

microfs's Introduction

MicroFS

μFS is a simple file system written in C for Linux Kernel 4.9.6

Project Report

Link to project Report

How to build

  1. to compile code go to respective directory i.e. cmds or kernel
  2. run "make"
  3. it will create module mfs.ko
  4. insert it in kernel using "insmod mfs.ko"
  5. remove module from kernel using "rmmod mfs.ko"

Features Supported

  1. Supports up to 1024 blocks of size 1024 bytes each
  2. Supports directory name of up to 14 characters
  3. Supports maximum 64 directory entries
  4. Allows creation and removal of up to 1024 files
  5. Maintains time of creation, deletion and modification of files
  6. Supports access permissions (Read - Write - Execute - owner)

ToDo:

  1. File read and write operations

microfs's People

Contributors

bhushan-jagtap-2013 avatar vishalkudale92 avatar rishidabre avatar sarajalali avatar

Stargazers

Eason Wang avatar Irina avatar Michael (misc147) avatar zou rui avatar  avatar Zhengyuan Liu avatar Ritesh Harjani avatar

Watchers

James Cloos avatar Ritesh Harjani avatar  avatar  avatar

microfs's Issues

error

errorr: ‘CURRENT_TIME_SEC’ undeclared (first use in this function); did you mean ‘CURRENT_MASK’?

error happen in these location
dir.c:155:60
dir.c:256:39
dir.c:107:48

and my kernel is 5.0.0-36-generic or am i must change to 4.9.6?

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.