Skip to content

Developed inode based virtual file system on top of the Linux file system. Implemented all the operations which are basically supported by Linux file system like creating disk, mounting disk, unmounting disk, create file, open, delete, close file, list of files, read mode, write mode and append mode.

Notifications You must be signed in to change notification settings

VatsalSoni301/InodeBasedFileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inode based file system

It is a virtual file system runs on top of the Linux file system.

Prerequisites

  • The size of virtual disk is 512 MB.
  • code is written with respect to linux file system and path hierarchy.

You need to install GNU g++ compiler.

sudo apt-get install g++

Installation

run makefile in the respective directory where source files are present.

To run project

./ibfs

About

Developed inode based virtual file system on top of the Linux file system. Implemented all the operations which are basically supported by Linux file system like creating disk, mounting disk, unmounting disk, create file, open, delete, close file, list of files, read mode, write mode and append mode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published