- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第六章文件系统 高海昌
* Linux虚拟文件系统VFS 整个 Linux 系统通过 Virtual Filesystem Switch 的核心功能去读取 filesystem。整个 Linux 认识的 filesystem 都是 VFS 在进行管理,使用者并不需要知道每个 partition 的 filesystem 是什么 * File System Reliability (4) Bit maps used by the logical dumping algorithm Step 1: examine all the entries. For each modified file, its i-node is marked in the bitmap. Each dir is also marked. Step 2: unmark any dir that have no modified files or dir in them or under them. Step 3: dump all the dir that are marked for dumping. Step 4: the files marked are also dumped. * File System Reliability (5) Tricky issues 棘手之处: Since the free block list is not a file, it is not dumped and hence it must be reconstructed from scratch after all the dumps have been restored. If a file is linked to two or more dir, it is important that the file is restored only one time. UNIX files may contain holes. The blocks in between are not part of the file and should not be dumped and not be restored. Special files, named files, and the like should never be dumped. * File System Consistency File system states (a) Consistent (b) missing block (c) duplicate block in free list (d) duplicate data block If the system crashes before all the modified blocks have been written out, the file system can be left in an inconsistent state. * File System Performance Access to disk is much slower than access to memory. Many file system designed with various optimizations to improve performance: Caching Block read ahead Reducing disk arm motion * Caching The block cache data structures When a block has to be loaded into a full cache, some block has to be removed. (like paging, use LRU) By writing critical blocks quickly, we greatly reduce the probability that a crash will wreck the file system. * Caching It is undesirable to keep data blocks in the cache too long before writing them out. Systems take two approaches: UNIX, have a system call, sync, which forces all the modified blocks out onto the disk immediate
您可能关注的文档
最近下载
- 中西文化比较 第2版 unit 9 The Chinese and Western Music.ppt VIP
- 螺钉相关知识培训.ppt VIP
- 学员培训情况反馈制度.docx VIP
- 中西文化比较 第2版 unit 8 The Chinese and Western Painting.ppt VIP
- Module3Unit1They'reallmyfavouritefestivals(课件)(一起)英语五年级上册2.pptx
- 张红班主任工作的理念和策略公开课获奖课件省赛课一等奖课件.pptx VIP
- 中西文化比较 第2版 unit 7 The Chinese and Western Literature.ppt VIP
- 深静脉血栓形成的诊断和治疗指南.pptx
- 2025年甘肃省白银有色集团股份有限公司技能操作人员社会招聘552人笔试模拟试题及答案解析.docx VIP
- 教师信息化素养提升培训课件.pptx VIP
文档评论(0)