Skip to content

glabek94/fakeFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakeFS

Project on Operating Systems course at WUT.

About

Implementation of fake FAT-like filesystem using FUSE library. It uses 512B blocks and only one root directory. Adding and removing files work. Copying to and from fakeFS must be done with dd with blocksize of 512B. For example:

dd if=foo of=fakeFS/bar bs=512
dd if=fakeFS/bar of=file bs=512

Usage

Creating new disk file:

./fakeFS -c file sizeInKB

Mounting disk file:

./fakeFS -m diskFile mountingPoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published