File and Storage System: Difference between revisions
From Innovation
Line 21: | Line 21: | ||
# Operating Systems in Depths, Thomas W. Doeppner, Wiley | # Operating Systems in Depths, Thomas W. Doeppner, Wiley | ||
# Unix Internals: The new frontiers, Uresh Vahalia, Prentice Hall | # Unix Internals: The new frontiers, Uresh Vahalia, Prentice Hall | ||
# Operating Systems: Three Easy Pieces, Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, [http://pages.cs.wisc.edu/~remzi/OSTEP/ chapters available here] | # Operating Systems: Three Easy Pieces, Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, [http://pages.cs.wisc.edu/~remzi/OSTEP/ chapters available here]. | ||
<!--# 운영체제 아주 쉬운 세 가지 이야기, Remzi H. Arpaci-Dusseau, 한글판 [http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9791156004905&orderClick=LAG&Kc= 교보문고 바로가기] | <!--# 운영체제 아주 쉬운 세 가지 이야기, Remzi H. Arpaci-Dusseau, 한글판 [http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9791156004905&orderClick=LAG&Kc= 교보문고 바로가기] |
Revision as of 11:04, 8 March 2019
Class Information
Class Info | |
---|---|
Class | File and Storage System |
Lecturer | Seongjin Lee |
Time and Place | Friday : 407-604 19:00-22:00 |
Office Hour | Wednesday: 14:00-15:00 |
Contacts | Office: 407-314 |
Email: insight at gnu dot ac dot kr |
Textbook
- Practical file system design with the BE file system, Dominic Giampaolo, Morgan Kaufmann
- Operating Systems in Depths, Thomas W. Doeppner, Wiley
- Unix Internals: The new frontiers, Uresh Vahalia, Prentice Hall
- Operating Systems: Three Easy Pieces, Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, chapters available here.
Evaluation
Categories | Ratio | Categories | Ratio |
---|---|---|---|
Attendance | 20 | Exam I | 20 |
Participation | 20 | Exam II | 20 |
Quiz | 20 | ||
Total | 100% |
Schedule and Readings
Week | Date | Lecture | Reading | Discussion |
---|---|---|---|---|
1 | 8-Mar | Orientation | ||
2 | 15-Mar | What is a file system, other file systems, the data structures of BFS | PFD CH 2,3, 4 | |
3 | 22-Mar | Attirbutes, Indexing, queries; allocation policies; journaling | PFD CH 5, 6, 7 | |
4 | 29-Mar | Disk block cache; file system performance; vonde layer | PFD CH 8, 9, 10 | |
5 | 5-Apr | User level API; testing | PFD CH 10, 11 | |
6 | 12-Apr | file system interface and framework | UI CH 8 | |
7 | 19-Apr | File system inmplimentation | UI 9 | |
8 | 26-Apr | Midterm Exam | ||
9 | 3-May | file systems | OSID ch 6 | |
10 | 10-May | flash based ssds | OSTEP 44 | |
11 | 17-May | Paper presentation I | ||
12 | 24-May | Paper Presentation II | ||
13 | 31-May | Paper Presentation III | ||
14 | 7-Jun | Paper Presentation IV | ||
15 | 14-Jun | Final Exam |