Tools for extracting files from ext2,3,4 filesystem images
-
Updated
Sep 25, 2023 - C++
Tools for extracting files from ext2,3,4 filesystem images
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.
EXT2-Simplified File System Implementation (ext2s-fs)
Partial simulation of the ext2 file system in C++
Implementations for Ceng334-Introduction to Operating Systems Course Assignments
Developed inode based virtual file system on top of the Linux file system. Implemented all the operations which are basically supported by Linux file system like creating disk, mounting disk, unmounting disk, create file, open, delete, close file, list of files, read mode, write mode and append mode.
📝 Android library version of ChangeAttr, Apache licensed, version 2
Add a description, image, and links to the ext2 topic page so that developers can more easily learn about it.
To associate your repository with the ext2 topic, visit your repo's landing page and select "manage topics."