Operating System Lecture 7/2
Operating System Lecture 7/2
復習 Segmentation
- size of pointer
- memory space
- working set
- segement switching
File system Interface
- putchar, getchar
- fread, fwrite
- read, write
- seek
- file type
- directory
バッファがあるものとないものがある。
Unix のI/Oは、file ( /dev/rwd0a ) などにより、ファイルとしての
統一されたインタフェースを持っている。
Disk の構造
Cylinder は、Head * Track のまとまり。
問
Track 5, 20, 100 のアクセスの5秒後に、Track 7, 120, 70, 2 の
アクセスが来た。これを、もっとも効率よくアクセスするためには、
どのような順番でTrackにアクセスすれば良いか?
Unix の File system
- raw device, block device
- i-node
- sync
- mount
- fsck
- partition
- fragmentation
- tar / dump / restore
- disk defect
- log based file system
- recovery
- tfs
- NFS
Unix の Boot Strapping
Unix の立ち上がり方
- master boot record
- boot
- init
- /etc/rc
- single user and multi user
Windows の File system
宿題
情報工学実験Iの課題 4. ファイル操作とファイル・システムを来週までに、おこなう
こと。レポートはメールで
Subject: Operating System Lecture 7/2
というように、課題を出した日付をサブジェクトに入れたメールで
提出して下さい。