这是一个关于OS文件存储管理和Inode的问题
这是一个关于OS文件存储管理和Inode的问题。这是一道期末考试复习题。第二题讲师没有给出答案。有人可以做到这一点并帮助我或给出一些提示吗? 哎呀!
- [10分] 文件存储管理与Inode b) 考虑由 Inode 表示的 Unix 文件 a 的组织。假设每个 Inode 中有 10 个直接块指针,以及一个单、双和三间接指针。假设系统块大小为4K。磁盘块指针为4字节。 我。系统支持的最大文件大小是多少? 二.假设主存中除了文件Inode之外没有任何信息,那么需要多少次磁盘访问才能访问位置54、423,956的字节。
This is a question about OS file storage management and Inode. This is a question for review of final exam..Lecturer didn't give the answer about second question. Does anybody can do this and help me or give some hints?
THnaks!
- [10 points] File Storage Management and Inode
b) Consider the organization of an Unix file a represented by Inode. Assume that there 10 direct block pointers, and a singly, doubly and triply indirect pointers in each Inode. Assume that the system block size is 4K. Disk block pointer is 4 bytes.
i. What is the maximum file size supported by the system?
ii. Assuming no information other than the file Inode is in the main memory, how many disk accesses are required to access the byte in position 54, 423,956.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
位置54,423,956位于双间接块之一中,因此它必须读取两个步骤并且数据块==>读取3个随机块
position 54,423,956 is in one of the double indirect blocks, so it has to read the two steps and the data block => 3 random blocks read