当前位置: 首页 > news >正文

《Operating System Concepts》阅读笔记:p587-p596

《Operating System Concepts》学习第 52 天,p587-p596 总结,总计 10 页。

一、技术总结

1.Recovery

(1)consistency checking

consistency checking 工具:fsck。

(2)log-structure file system

(3)WAFL file system

2.Veritas

(1)Veritas file system

Both NTFS and the Veritas file system use this method, and it is included in recent versions of UFS on Solaris. Veritas file system(VxFS) 指的是 Veritas Technologies 开发的一个日志文件系统(Veritas Technologies)。

3.backup

(1)定义

In file systems, a copy or copies of the file system or changes to the file system that can be used to restore the file system if it is damaged or destroyed.

(2)分类

1)full backup

2)incremental backup

二、英语总结(生词:2)

1.intervention

(1) intervene: inter-(“between, among”) + venire(“to come”)

vi. intervene literally means “to come between(to step in, mediate or interface in a situation), 干涉”。

(2)intervention

(3)示例

Consistency checking can require human intervention to resolve conflicts, and that is inconvenient if no human is available(《Operating System Concepts》第 587 页)。

2.snapshot

(1)snapshot: snap(“to seize quickly, suddenly”) + shot(“an act of shooting”)

c. snapshot literally means “a quick shot with a gun”。in 1890, it was used to mean “photograph shot with a handheld camera”, and figuratively, snapshot is used of sth captured at a moment in time.

(2)示例

The file system can then remove the old pointers and the old blocks and make them available for reuse. If the old pointers and blocks are kept, a snapshot is created; the snapshot is a view of the file system at a specific point in time (before any updates after that time were applied)(《Operating System Concepts》第 588 页)。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

第 14(File-System Implementation) 章简评:介绍了文件系统的结构(file, directory), 操作,文件恢复等。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)


http://www.mrgr.cn/news/97604.html

相关文章:

  • GEO, TCGA 等将被禁用?!这40个公开数据库可能要小心使用了
  • 算法刷题记录——LeetCode篇(2.7) [第161~170题](持续更新)
  • Linux下的进程管理(附加详细实验案例)
  • Android学习总结之网络篇(HTTP请求流程)
  • 【蓝桥杯】动态规划:背包问题
  • Android Input——IMS启动流程(二)
  • 每日OJ题_剑指offer数组篇(剑指offer04+剑指offer11+剑指offer21)
  • IntelliJ IDEA下开发FPGA——FPGA开发体验提升__上
  • 【蓝桥杯】搜索算法:剪枝技巧+记忆化搜索
  • [蓝桥杯] 求和(C语言)
  • 剑指Offer(数据结构与算法面试题精讲)C++版——day7
  • 【蓝桥杯】动态规划:线性动态规划
  • IntelliJ IDEA下开发FPGA——FPGA开发体验提升__下
  • JVM基础架构:内存模型×Class文件结构×核心原理剖析
  • PythonJSON解析如何优雅处理嵌套JSON字符串
  • springboot中使用async实现异步编程
  • 【蓝桥杯】动态规划背包问题
  • Go语言从零构建SQL数据库(5)-Pratt解析算法:SQL表达式解析的核心引擎
  • 算法与数据结构线性表之栈和队列
  • Docker与VNC的使用