Final degree project

  • C++
  • Visual Studio
  • GitLab

Implementation of a dynamic file system for a container (starting from a static ext2 file system) that was being developed at that time by a researcher group of the Universitat Politècnica de Catalunya (UPC). The solution offers the same usefulness as the static ext2 does. It also grows dynamically and removes the restrictions that encompasses the static ext2 file system, such as the limitation of the amount of data it can store.