Topic: "inode"
elliotxx/os_filesystem
A linux-like virtual file system by C++
Language: C++ - Size: 2.32 MB - Last synced at: 22 days ago - Pushed at: over 5 years ago - Stars: 144 - Forks: 38

F-i-f/tdiff
Tree diff - diff, with mode, owner, permissions and other inode attributes
Language: C - Size: 607 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 20 - Forks: 2

immortal3/EbFS
Encryption based File system ( based on ext2 hierarchical file system with inode as meta-data)
Language: C - Size: 2 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 17 - Forks: 2

huihut/MengFileSystem Fork of elliotxx/os_filesystem
一个仿linux虚拟文件系统(C++)
Language: C++ - Size: 2.39 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 3

darshank15/Inode-based-file-system
Implemented Inode based virtual file system on top of the Linux file system. User can perform all the operations which are basically supported by Linux ext2 file system like creating disk, mounting disk, unmounting disk, create file, open file (in read ,write or append mode), delete file, close file, list of open files.
Language: C++ - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 5

soutzis/EXT2-Filesystem-Reader
An EXT2-Filesystem reader, written in pure Java.
Language: Java - Size: 9.66 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

tanner-g/iKnowdeDiscovery
Forensic Inode Analysis
Language: Python - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

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.
Language: C++ - Size: 102 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

0x2b3bfa0/ext4-imc
Bash script to calculate inode modes for the Ext4 filesystem.
Language: Shell - Size: 33.2 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

tignioj/njit-client-script
路由器下的inode 客户端,用于华三认证,fork from bidust, 源码在change-md5
Language: Shell - Size: 1.79 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

GabrielBarbosaSalvador/SOII-Inode
Este trabalho foi concebido com o propósito de aprofundar a compreensão acerca do funcionamento do I-Node e da gestão de blocos de disco em sistemas operacionais Linux. A abordagem adotada envolve a exploração prática desses conceitos, além da implementação efetiva, ou próxima à realidade, utilizando as linguagens de programação C++ e C.
Language: C++ - Size: 1.26 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

yttty/isfs 📦
An experimental file system for block storage device using FUSE
Language: C - Size: 959 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

LucasLarson/samefile
⚖️ a portable, POSIX-compliant implementation of Bash’s `-ef` test, sharing a device and an inode value
Language: Shell - Size: 52.7 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

orthopteroid/EftirlitSeven
Linux application firewall (kernel module and control daemon). Full featured Beta.
Language: C - Size: 180 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

duartejeremias/Projeto-SO
Projeto de SO 2020/2021
Language: C - Size: 64.5 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

tarakciemre/ext2-disk-inode-parsing
Parsing directory entries and inode information of a disk using Ext2 file system.
Language: C - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SzymonKatra/FATNode_FileSystem
Design and implementation of custom file system combining ideas of FAT and UNIX inodes.
Language: C - Size: 212 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

darshan-at/Inode-based-File-Implementation
Build an Inode based file system with limited functionality. Users can create a disk,mount it ,unmount it and can perform many more operations on file.
Language: C++ - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

alestor123/FREE-INODE
This is a simple code for locating some directory with usually high file number
Language: JavaScript - Size: 38.1 KB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Sagnik07/Inode-based-File-System
In this repository, we implement a inode based file system on top of a virtual disk, designing our own methods for creating a file system, mounting and unmounting it, and basic file operations.
Language: C - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

SimonIyamu/Auto-Directory-Backup
This application monitors dynamically a hierarchy of files and directories, and when there are changes, it updates a complete copy of the hierarchy in another directory.
Language: C - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

Ionitium/filesystem
Ionitium - Full-stack PHP framework - Filesystem core
Language: PHP - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

paepckehh/fsdd
deduplicate data via hardlinks, analyze drive status, prepare & optimize - filesystems (app/lib/api)
Language: Go - Size: 680 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

himelsaha29/Linux_File_System
Implementation of mountable Linux friendly mountable file system that can replicate and handle most common user operations.
Language: C - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Adithya-Iyer/v6-file-system_OS_CS5348_UTD
Unix v6 file system: implementation of following commands - openfs, initfs, cpin, cpout, mkdir, cd, rm, q
Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gouthamcm/Inode-based-file-system
Inode based file system is a simplified version of a typical UNIX file system and thus serves to introduce some of the basic on-disk structures, access methods, and various policies.
Language: C++ - Size: 125 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

anasdeis/File-System
A mountable simplified file system for Linux using inode data structure.
Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lomuto/FS
Implementation of File System at application level
Language: C - Size: 139 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jwodder/statjson 📦
[Abandoned] stat(2) output as JSON
Language: Python - Size: 44.9 KB - Last synced at: 23 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

KikoRSilva/TecnicoFS
IST, Operative Systems Project "Tecnico File System". Programming language: C. Authors: Francisco Ribeiro e Silva & Pedro Peres.
Language: C - Size: 438 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

aaqaishtyaq/goinode
Golang utility to check inode usage on the disk
Language: Go - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

bhaargav006/file-system-management
A simple project to understand the working of inodes and Linux file systems.
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

aurghya/Memory-Resident-File-System
Memory Resident Unix-Like File system
Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

chris98122/CSE-filesystem
An inode filesystem, filesystem clients and servers contact in RPC call. Developed a lock server and lock client. Designed two different cache policy to decrease RPC call to lock server and filesystem server.
Language: C++ - Size: 891 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

priyendumori/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.
Language: C++ - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

kassick/toscofs
A very (very (very)) simple file system used as demo in a Operating Systems course
Language: C - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

vimlord/File-System-CS492
A simulated file system written for CS492 (Operating Systems).
Language: C - Size: 225 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

divyanshu-talwar/File-System
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mszynka/Cpp___SOProject
[C++] Operating System Simulator written as end-of-term assignment. Simulation had to show Linux-like OS. Documentation:
Language: C++ - Size: 33 MB - Last synced at: 5 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0
