Skip to content

Simulation of the EXT2 File System using a virtual disk.

License

Notifications You must be signed in to change notification settings

daegiri/file-system-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

file-system-simulator

This project is a simulation of the EXT2 file system in Java. Run it with either eclipse or Intellij. It creates a virtual disk with ~100MB on the desktop to store the files copied to it. It supports at max files with 49152 bytes.

Available operations:

COMMAND ACTION
cd change the current directory
mkdir create a new directory
rm delete a file or an empty directory
cp copy a file from the computer to the virtual disk and vice versa. To specify that you are acessing the virtual disk, you need to pass "dsc/" before the file name that will be saved on the virtual disk
mv move a directory
ls list the current directory
pwd show the current directory from the root folder
format reset the virtual disk

About

Simulation of the EXT2 File System using a virtual disk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages