Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Subtask] Implement an in-memory file system for testing and validating the FUSE framework. #5886

Open
10 tasks
Tracked by #5504
diqiu50 opened this issue Dec 17, 2024 · 0 comments
Open
10 tasks
Tracked by #5504
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Dec 17, 2024

Describe the subtask

Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations:

  • create file
  • delete file
  • open file
  • read file
  • write file
  • stat file
  • create dir
  • delete dir
  • read dir
  • stat dir

Parent issue

#5504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

No branches or pull requests

1 participant