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. Ma