Skip to content

A proposal of a mechanism of allocation of files in disk sectors

License

Notifications You must be signed in to change notification settings

satheler/disk-allocation-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Allocation Simulator

GitHub license npm version

This solution consists of a proposal of a mechanism of allocation of files in disk sectors.

main

This implementation has an appropriate graphical interface for file creation interaction. The file structure is defined as follows:

  • Name
  • Size in mb
  • Creation date
  • Color (for representation only)

In this implementation it was also considered how to save the file to disk and how to recover the blocks from the disk to "reassemble" the file, if it is changed.

Getting Started

Note: Running this requires Git and npm.

In your terminal:

# Clone the repository
$ git clone https://github.com/gustavosatheler/disk-allocation-simulator.git
# Go into the repository
$ cd disk-allocation-simulator
# Install dependencies
$ npm install
# Run the app
$ npm run dev

Features

Allocation of files allocation

Popover for identification of file in the block block-with-popover

Edit files edit_file.PNG

About

A proposal of a mechanism of allocation of files in disk sectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published