Skip to content

double-fault/nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFS

A quick and dirty implementation of ostep's filesystem-distributed-ufs project.

Use build.sh to build. Create an empty disk image using ./mkfs -f <disk name>. Then, start the server up using ./server <port no.> <disk name>. mfs.c has some tests to make sure everything is working fine; run ./client and if everything is ok then none of the asserts will fail.

ufs.c has the file system implementation, server.c puts a wrapper around ufs.c and mfs.c has the client-side stuff.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published