文件名称:FUSE文件系统设计
文件大小:732KB
文件格式:RAR
更新时间:2015-05-07 17:25:33
操作系统 FUSE
FUSE文件系统设计,要求如下: 1. The root directory “\” will not only contain other subdirectories, but also regular files 2. The subdirectories will only contain regular files, and no subdirectories of their own 3. All files will be full access (i.e., chmod 0666), with permissions to be mainly ignored 4. Many file attributes such as creation and modification times will not be accurately stored 5. Files cannot be truncated 6. Directories are treated as files
【文件预览】:
ufs
----操作系统课程设计报告.doc(1.06MB)
----op.c(14KB)
----op.h(3KB)
----makefile(392B)
----ufs.c(9KB)
----init.c(2KB)
----ufs.h(2KB)