Opera&ng ¡Systems ¡ ECE344 ¡ ¡ Lecture ¡11: ¡ File ¡System ¡ Ding ¡Yuan ¡
What ¡problem ¡are ¡we ¡solving? ¡ • Data ¡storage ¡& ¡access ¡ – Super ¡important ¡ • One ¡of ¡the ¡fastest ¡ growing ¡industry ¡ 1953, ¡IBM, ¡24 ¡inches, ¡3.75MB, ¡1KB/ – Why? ¡ sec, ¡> ¡$150,000 ¡ – Driven ¡by ¡technology ¡ 2013, ¡Seagate, ¡3.5 ¡inches, ¡4TB, ¡ 600MB/sec, ¡< ¡$200 ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 2 ¡
What ¡problem ¡are ¡we ¡solving? ¡ • One ¡of ¡the ¡fastest ¡growing ¡industry ¡ – Why? ¡ – Driven ¡by ¡technology ¡ – Driven ¡by ¡demand ¡ • Mainframe ¡storage: ¡IBM, ¡Memorex ¡ • PC ¡storage: ¡Seagate, ¡DEC, ¡Quantum, ¡etc. ¡ • Enterprise ¡Storage: ¡EMC, ¡NetApp, ¡etc. ¡ • Cloud ¡Storage: ¡Dropbox, ¡Google ¡Drive, ¡etc. ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 3 ¡
File ¡Systems ¡ • First ¡we’ll ¡discuss ¡proper&es ¡of ¡physical ¡disks ¡ – Structure ¡ – Performance ¡ – Scheduling ¡ • Then ¡we’ll ¡discuss ¡how ¡we ¡build ¡file ¡systems ¡on ¡them ¡ – Files ¡ – Directories ¡ – Sharing ¡ – Protec&on ¡ – File ¡System ¡Layouts ¡ – File ¡Buffer ¡Cache ¡ – Read ¡Ahead ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 4 ¡
Disks ¡and ¡the ¡OS ¡ • Disks ¡are ¡messy ¡physical ¡devices ¡ – Errors, ¡bad ¡blocks, ¡missed ¡seeks, ¡etc. ¡ • The ¡job ¡of ¡the ¡OS ¡is ¡to ¡hide ¡this ¡mess ¡ from ¡higher ¡level ¡soeware ¡ – Low-‑level ¡device ¡control ¡(ini&ate ¡a ¡disk ¡ read, ¡etc.) ¡ – Higher-‑level ¡abstrac&ons ¡(files, ¡databases, ¡ etc.) ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 5 ¡
How ¡hard ¡disk ¡work? ¡ • hip://www.youtube.com/watch? v=kdmLvl1n82U ¡ • Disk ¡components ¡ – Plaiers ¡ – Surfaces ¡ – Tracks ¡ – Cylinders ¡ – Sectors ¡ – Arm ¡ – Heads ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 6 ¡
Another ¡View ¡of ¡Disk ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 7 ¡
Disk ¡Interac&on ¡ • Specifying ¡disk ¡requests ¡requires ¡a ¡lot ¡of ¡info: ¡ – Cylinder ¡#, ¡surface ¡#, ¡sector ¡#, ¡transfer ¡size… ¡ • Older ¡disks ¡required ¡the ¡OS ¡to ¡specify ¡all ¡of ¡this ¡ – The ¡OS ¡needed ¡to ¡know ¡all ¡disk ¡parameters ¡ • Modern ¡disks ¡are ¡more ¡complicated ¡ – Not ¡all ¡sectors ¡are ¡the ¡same ¡size, ¡sectors ¡are ¡remapped, ¡ etc. ¡ • Current ¡disks ¡provide ¡a ¡higher-‑level ¡interface ¡(SCSI) ¡ – The ¡disk ¡exports ¡its ¡data ¡as ¡a ¡logical ¡array ¡of ¡blocks ¡[0…N] ¡ • Disk ¡maps ¡logical ¡blocks ¡to ¡cylinder/surface/track/sector ¡ – Only ¡need ¡to ¡specify ¡the ¡logical ¡block ¡# ¡to ¡read/write ¡ – But ¡now ¡the ¡disk ¡parameters ¡are ¡hidden ¡from ¡the ¡OS ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 8 ¡
Disk ¡Performance ¡ • Random ¡disk ¡access ¡is ¡ SLOW ! ¡ Access ¡data ¡sequen&ally: ¡ Data ¡ only ¡suffer ¡one ¡seek ¡and ¡ rota&onal ¡delay ¡ Rota&onal ¡ delay ¡ Seek ¡ Random ¡disk ¡access: ¡suffers ¡ one ¡seek ¡and ¡rota2onal ¡delay ¡ every ¡2me! ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 9 ¡
Disk ¡Performance ¡ • Disk ¡request ¡performance ¡depends ¡upon ¡three ¡steps ¡ – Seek ¡– ¡moving ¡the ¡disk ¡arm ¡to ¡the ¡correct ¡cylinder ¡ • Depends ¡on ¡how ¡fast ¡disk ¡arm ¡can ¡move ¡(increasing ¡very ¡slowly) ¡ – Rota&on ¡– ¡wai&ng ¡for ¡the ¡sector ¡to ¡rotate ¡under ¡the ¡ head ¡ • Depends ¡on ¡rota&on ¡rate ¡of ¡disk ¡(increasing, ¡but ¡slowly) ¡ – Transfer ¡– ¡transferring ¡data ¡from ¡surface ¡into ¡disk ¡ controller ¡electronics, ¡sending ¡it ¡back ¡to ¡the ¡host ¡ • Depends ¡on ¡density ¡(increasing ¡quickly) ¡ • When ¡the ¡OS ¡uses ¡the ¡disk, ¡it ¡tries ¡to ¡minimize ¡the ¡ cost ¡of ¡all ¡of ¡these ¡steps ¡ – Par&cularly ¡seeks ¡and ¡rota&on ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 10 ¡
Disks: ¡2013 ¡ • Seagate ¡Cheetah ¡3.5" ¡(server) ¡ – capacity: ¡300 ¡-‑ ¡600 ¡GB ¡ – rota&onal ¡speed: ¡15,000 ¡RPM ¡ – sequen&al ¡read ¡performance: ¡122 ¡MB/s ¡-‑ ¡204 ¡MB/s ¡ ¡ – seek ¡&me ¡(average): ¡3.4 ¡ms ¡ • Seagate ¡Barracuda ¡3.5" ¡(desktop) ¡ – capacity: ¡250 ¡GB ¡– ¡4TB ¡ – rota&onal ¡speed: ¡7,200 ¡RPM ¡ – sequen&al ¡read ¡performance: ¡125 ¡MB/s ¡-‑ ¡146 ¡MB/s ¡ ¡ – seek ¡&me ¡(average): ¡8.5 ¡ms ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 11 ¡
Disk ¡Scheduling ¡ • Because ¡seeks ¡are ¡so ¡expensive ¡(milliseconds!), ¡the ¡ OS ¡tries ¡to ¡schedule ¡disk ¡requests ¡that ¡are ¡queued ¡ wai&ng ¡for ¡the ¡disk ¡ – FCFS ¡(do ¡nothing) ¡ • Reasonable ¡when ¡load ¡is ¡low ¡ • Long ¡wai&ng ¡&mes ¡for ¡long ¡request ¡queues ¡ – SSTF ¡(shortest ¡seek ¡&me ¡first) ¡ • Minimize ¡arm ¡movement ¡(seek ¡&me), ¡maximize ¡request ¡rate ¡ • Favors ¡middle ¡blocks ¡ – SCAN ¡(elevator) ¡ • Service ¡requests ¡in ¡one ¡direc&on ¡un&l ¡done, ¡then ¡reverse ¡ – C-‑SCAN ¡ • Like ¡SCAN, ¡but ¡only ¡go ¡in ¡one ¡direc&on ¡(typewriter) ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 12 ¡
ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 13 ¡
Disk ¡Scheduling ¡(2) ¡ • In ¡general, ¡unless ¡there ¡are ¡large ¡request ¡ queues, ¡disk ¡scheduling ¡does ¡not ¡have ¡much ¡ impact ¡ – Important ¡for ¡servers, ¡less ¡so ¡for ¡PCs ¡ • Modern ¡disks ¡oeen ¡do ¡the ¡disk ¡scheduling ¡ themselves ¡ – Disks ¡know ¡their ¡layout ¡beier ¡than ¡OS, ¡can ¡op&mize ¡ beier ¡ – Ignores, ¡undoes ¡any ¡scheduling ¡done ¡by ¡OS ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 14 ¡
Stages ¡of ¡I/O ¡Request ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 15 ¡
But ¡do ¡you ¡directly ¡program ¡on ¡“disk”? ¡ Life ¡without ¡an ¡OS ¡ Life ¡with ¡an ¡OS � file = open (“test.txt”, • Where ¡is ¡this ¡file ¡on ¡disk? ¡Which ¡ O_WRONLY); � plaier, ¡track, ¡and ¡sectors? ¡ write (file, “test”, 4); � close (file); � • Code ¡needs ¡to ¡change ¡on ¡a ¡ � different ¡system ¡ ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan ¡ 16 ¡
File ¡Systems ¡ • File ¡systems ¡ ¡ – Implement ¡an ¡abstrac&on ¡(files) ¡for ¡secondary ¡ storage ¡ – Organize ¡files ¡logically ¡(directories) ¡ – Permit ¡sharing ¡of ¡data ¡between ¡processes, ¡ people, ¡and ¡machines ¡ – Protect ¡data ¡from ¡unwanted ¡access ¡(security) ¡ ECE344 ¡-‑ ¡Opera&ng ¡Systems ¡-‑ ¡Ding ¡Yuan 17 ¡
Recommend
More recommend