GitHub / rushitjasani / Inode-based-file-system
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rushitjasani%2FInode-based-file-system
Stars: 4
Forks: 1
Open issues: 0
License: None
Language: C++
Size: 102 KB
Dependencies parsed at: Pending
Created at: over 6 years ago
Updated at: over 1 year ago
Pushed at: over 6 years ago
Last synced at: over 1 year ago
Topics: cpp14, ext2-file-system, filesystem, inode, linux, os