Skip to content

This Project is research based which is Demostration of how unix file system works

Notifications You must be signed in to change notification settings

surajraktate/Virtual-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Virtual-File-System

#Technology: C Description:

The Virtual File system provides all the functionality to the user which is same as the UNIX based file system.

It provides all necessary commands and system calls implementations of file system through customised shell.

In this project we implement all necessary data structures of File Subsystem as Inode, Incore Inode Table, File Table, User File Descriptor Table etc.

By using this project we can emulate UNIX file system on any windows platform

Commands

ls      : To list out all files <br>
clear   : To clear console <br>
open    : To open the file <br>
close   : To close the file <br>
closeall: To close all opened files <br>
read    : To read the contents from file <br>
write   : To write contents into file <br>
exit    : To terminate file system <br>
stat    : To display information of file using name <br>
fstat   : To display information of file using file descriptor <br>
truncate: To remove all data from file <br>
rm      : To delete the file <br>

About

This Project is research based which is Demostration of how unix file system works

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages