Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: inode

paepckehh/fsdd

deduplicate data via hardlinks, analyze drive status, prepare & optimize - filesystems (app/lib/api)

Language: Go - Size: 680 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 0 - Forks: 1

0x2b3bfa0/ext4-imc

Bash script to calculate inode modes for the Ext4 filesystem.

Language: Shell - Size: 33.2 KB - Last synced: about 1 month ago - Pushed: over 2 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: 2 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

elliotxx/os_filesystem

A linux-like virtual file system by C++

Language: C++ - Size: 2.32 MB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 133 - Forks: 39

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: 6 months ago - Pushed: 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: 6 months ago - Pushed: over 2 years ago - Stars: 0 - 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: 5 months ago - Pushed: over 5 years ago - Stars: 4 - Forks: 1

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: 5 months ago - Pushed: over 5 years ago - Stars: 9 - Forks: 5

F-i-f/tdiff

Tree diff - diff, with mode, owner, permissions and other inode attributes

Language: C - Size: 556 KB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 20 - Forks: 2

vimlord/File-System-CS492

A simulated file system written for CS492 (Operating Systems).

Language: C - Size: 225 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

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: 10 months ago - Pushed: almost 6 years ago - Stars: 0 - 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: 10 months ago - Pushed: over 1 year 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: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

tanner-g/iKnowdeDiscovery

Forensic Inode Analysis

Language: Python - Size: 48.8 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 4 - Forks: 0

soutzis/EXT2-Filesystem-Reader

An EXT2-Filesystem reader, written in pure Java.

Language: Java - Size: 9.66 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 2

LucasLarson/samefile

⚖️  a portable, POSIX-compliant implementation of Bash’s `-ef` test, sharing a device and an inode value

Language: Shell - Size: 51.8 KB - Last synced: 29 days ago - Pushed: about 1 month 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: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - 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: 12 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

yttty/isfs 📦

An experimental file system for block storage device using FUSE

Language: C - Size: 959 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

immortal3/EbFS

Encryption based File system ( based on ext2 hierarchical file system with inode as meta-data)

Language: C - Size: 2 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 17 - Forks: 2

huihut/MengFileSystem Fork of elliotxx/os_filesystem

一个仿linux虚拟文件系统(C++)

Language: C++ - Size: 2.39 MB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 10 - Forks: 3

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: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

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: about 1 year ago - Pushed: over 2 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: about 1 year ago - Pushed: over 2 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: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

tignioj/njit-client-script

路由器下的inode 客户端,用于华三认证,fork from bidust, 源码在change-md5

Language: Shell - Size: 1.79 MB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 3 - Forks: 1

divyanshu-talwar/File-System

Language: C - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

lomuto/FS

Implementation of File System at application level

Language: C - Size: 139 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

jwodder/statjson

[Abandoned] stat(2) output as JSON

Language: Python - Size: 44.9 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

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: 7 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

aaqaishtyaq/goinode

Golang utility to check inode usage on the disk

Language: Go - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 3 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: about 1 year ago - Pushed: over 4 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: about 1 year ago - Pushed: over 4 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: about 1 year ago - Pushed: over 4 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: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

Ionitium/filesystem

Ionitium - Full-stack PHP framework - Filesystem core

Language: PHP - Size: 70.3 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - 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: over 1 year ago - Pushed: almost 9 years ago - Stars: 0 - Forks: 0