What are the key components and operations in a lab-based file system?

2026-05-17 04:290阅读0评论SEO教程
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计1916个文字,预计阅读时间需要8分钟。

What are the key components and operations in a lab-based file system?

https://pdos.csail.mit.edu/6.S081/2021/labs/fs.

1.大文件(中等难度)

1.1 要求修改bmap()函数,使其实现双重间接块,除了直接块和单重间接块。你只需要实现11个直接块。

阅读全文

本文共计1916个文字,预计阅读时间需要8分钟。

What are the key components and operations in a lab-based file system?

https://pdos.csail.mit.edu/6.S081/2021/labs/fs.

1.大文件(中等难度)

1.1 要求修改bmap()函数,使其实现双重间接块,除了直接块和单重间接块。你只需要实现11个直接块。

阅读全文