Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 366 Bytes

fsinodes

Filesystem using i-nodes

Seminar Work of KIV/ZOS

University of West Bohemia, Pilsen

C++20 (Linux)

Build

$ cmake -Bbuild -Ssrc && cd build && make

Usage

$ ./fsinodes <fs-data>

<fs-data> - File containing the filesystem data

Example

Server

build$ ./fsinodes fs.dat

Filesystem is simulated with underlying data of fs.dat.