Skip to content

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

@diqiu50

Description

@diqiu50

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

Metadata

Metadata

Assignees

Labels

subtaskSubtasks of umbrella issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions