项目作者: rushitjasani

项目描述 :
Inode based file system(virtual) on top of the Linux file system. A user can perform all the operations which are basically supported by Linux ext2 file system like creating a disk, mounting disk, unmounting the disk, create a file, open file (in read, write or append mode), delete file, close file, list of open files.
高级语言: C++
项目地址: git://github.com/rushitjasani/Inode-based-file-system.git
创建时间: 2018-10-23T04:01:01Z
项目社区:https://github.com/rushitjasani/Inode-based-file-system

开源协议:

下载


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.

  1. sudo apt-get install g++

Installation

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

To run project

  1. ./ibfs