Distributed File System written in C

Executables#

These are all the executables that are provided. You should open the files to look at more details.

  • ./copy.c:
    • This is the implementation for the copy client.
  • ./createdb.c
    • This will create the database.
  • ./data-node.c
    • This is the implementation for the data node.
  • ./ls.c
    • This is the implementation for the list client.
  • ./meta-data.c
    • This is the implementation for the metadata server.
  • ./testdb.c
    • This is the implementation for the database tests.