版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
OperatingSystemConceptsChapter11:File-SystemInterface(文件系統(tǒng)接口)FileConcept
文件概念AccessMethods
存取方法DirectoryStructure
目錄結構FileSystemMounting
文件系統(tǒng)安裝FileSharing
文件共享Protection
保護OperatingSystemConceptsFileConcept(文件概念)Contiguouslogicaladdressspace
相鄰的邏輯地址空間Types:DatanumericcharacterbinaryProgramOperatingSystemConceptsFileStructure(文件結構)None-sequenceofwords,bytes(順序的字和字節(jié))Simplerecordstructure(簡單的記錄結構)Lines(線性)Fixedlength(固定長度)Variablelength(可變長度)ComplexStructures(復雜結構)Formatteddocument(規(guī)格化的文檔)Relocatableloadfile(可重定位文件) Cansimulatelasttwowithfirstmethodbyinsertingappropriatecontrolcharacters.(可以用第一個方法通過增加適當?shù)目刂谱址麃砟M后兩種方法)Whodecides(需要決定)Operatingsystem(操作系統(tǒng))Program(程序)OperatingSystemConceptsFileAttributes(文件屬性)Name–onlyinformationkeptinhuman-readableform.(文件名:唯一的以人們可以理解的方式保存的信息)Type–neededforsystemsthatsupportdifferenttypes.(類型:需要可以支持多種類型的系統(tǒng))Location–pointertofilelocationondevice.(位置:指向文件在設備上的存儲位置的指針)Size–currentfilesize.(大?。寒斍拔募拇笮。㏄rotection–controlswhocandoreading,writing,executing.(保護:控制對文件的讀取,改寫和執(zhí)行的權限)Time,date,anduseridentification–dataforprotection,security,andusagemonitoring.(時間,日期和用戶身份:保護和安全需要的數(shù)據(jù))Informationaboutfilesarekeptinthedirectorystructure,whichismaintainedonthedisk.(文件的信息保存在磁盤上的目錄結構中)OperatingSystemConceptsFileOperations(文件操作)Create(創(chuàng)建)Write(改寫)Read(讀?。﹔epositionwithinfile–fileseek(重定位文件,文件搜索)Delete(刪除)Truncate(截去)open(Fi)–searchthedirectorystructureondiskforentryFi,andmovethecontentofentrytomemory.(打開(Fi):在磁盤上的目錄結構中搜尋Fi的表項,然后把表項的內容移動到內存中)close(Fi)–movethecontentofentryFiinmemorytodirectorystructureondisk.(關閉(Fi):把Fi在內存中的表項內容移動到磁盤中OperatingSystemConceptsFileTypes–Name,ExtensionOperatingSystemConceptsAccessMethods(存取方法)SequentialAccess(順序存?。?/p>
readnext(讀下一個)
writenext(寫下一個)
reset(復位)
noreadafterlastwrite(未曾讀?。? (rewrite)DirectAccess(直接存取)
readn(讀第n項)
writen(寫第n項)
positionton(移動位置到第n項)
readnext(讀下一個)
writenext(寫下一個)
rewriten(重寫第n個)
n=relativeblocknumber(n為相對塊數(shù)OperatingSystemConceptsSequential-accessFileOperatingSystemConceptsSimulationofSequentialAccessonaDirect-accessFileOperatingSystemConceptsExampleofIndexandRelativeFilesOperatingSystemConceptsDirectoryStructure(目錄結構)Acollectionofnodescontaininginformationaboutallfiles.(一個包含著所有文件信息的節(jié)點的集合)F1F2F3F4FnDirectoryFilesBoththedirectorystructureandthefilesresideondisk.(目錄結構和文件都在磁盤上)Backupsofthesetwostructuresarekeptontapes.(備份放在磁帶上)OperatingSystemConceptsATypicalFile-systemOrganizationOperatingSystemConceptsInformationinaDeviceDirectory
設備目錄中的信息Name(名稱)Type(類型)Address(地址)Currentlength(當前長度)Maximumlength(最大長度)Datelastaccessed(forarchival)(最后訪問時間)Datelastupdated(fordump)(數(shù)據(jù)最后更新時間)OwnerID(whopays)(所有者ID)Protectioninformation(discusslater)(保護信息)OperatingSystemConceptsOperationsPerformedonDirectory
目錄操作Searchforafile(查找文件)Createafile(建立文件)Deleteafile(刪除文件)Listadirectory(顯示目錄)Renameafile(重命名文件)Traversethefilesystem(整體操作文件系統(tǒng))OperatingSystemConceptsOrganizetheDirectory(Logically)toObtain
目錄組織Efficiency–locatingafilequickly. 效率:快速的定位一個文件Naming–convenienttousers.(命名:方便用戶)Twouserscanhavesamenamefordifferentfiles. (兩個用戶可以有相同名字的不同文件)Thesamefilecanhaveseveraldifferentnames. (相同的文件可以有不同的名字)Grouping–logicalgroupingoffilesbyproperties,(e.g.,allPascalprograms,allgames,…)
分組:從邏輯上對文件按屬性進行分組,比如所有的Pascal程序,游戲OperatingSystemConceptsSingle-LevelDirectory
單級目錄Asingledirectoryforallusers.Namingproblem
GroupingproblemOperatingSystemConceptsTwo-LevelDirectory
兩級目錄Separatedirectoryforeachuser.PathnameCanhavethesamefilenamefordifferentuserEfficientsearchingNogroupingcapabilityOperatingSystemConceptsTree-StructuredDirectories
樹型目錄OperatingSystemConceptsTree-StructuredDirectories(Cont.)
樹型目錄(續(xù))Efficientsearching
(有效的搜索)GroupingCapability
(分組的可能)Currentdirectory(workingdirectory)
(當前目錄—工作目錄)cd/spell/mail/progtypelistOperatingSystemConceptsTree-StructuredDirectories(Cont.)
樹型目錄(續(xù))Absoluteorrelativepathname(絕對或相對路徑名)Creatinganewfileisdoneincurrentdirectory. (建立新文件在當前路徑下)Deleteafile(刪除一個文件)
rm<file-name>Creatinganewsubdirectoryisdoneincurrentdirectory.(建立新子目錄在當前路徑下) mkdir<dir-name> Example:ifincurrentdirectory/mail mkdircountmailprogcopyprtexpcountDeleting“mail”deletingtheentiresubtreerootedby“mail”.OperatingSystemConceptsAcyclic-GraphDirectories
無環(huán)圖結構目錄Havesharedsubdirectoriesandfiles.OperatingSystemConceptsAcyclic-GraphDirectories(Cont.)
無環(huán)圖結構目錄(續(xù))Twodifferentnames(aliasing)(別名:兩個不同的名字)Ifdictdeleteslist
danglingpointer. Solutions:(解決方案)Backpointers,sowecandeleteallpointers. (斷點,我們可以刪除所有的指針)Variablesizerecordsaproblem. (可變大小記錄問題)Backpointersusingadaisychainorganization. (斷點組織成菊花鏈的形式)Entry-hold-countsolution.(表項保留計數(shù)的解決)OperatingSystemConceptsGeneralGraphDirectory(普通圖結構目錄)OperatingSystemConceptsGeneralGraphDirectory(Cont.)
普通圖結構目錄(續(xù))Howdoweguaranteenocycles?(如何保證無環(huán))Allowonlylinkstofilenotsubdirectories. 只允許鏈接到文件而不允許鏈接到子目錄Garbagecollection.(碎片收集)EverytimeanewlinkisaddeduseacycledetectionalgorithmtodeterminewhetheritisOK.
每次添加一個鏈接時都用一個檢測算法判斷是否不正確OperatingSystemConceptsFileSystemMounting(文件系統(tǒng)安裝)Afilesystemmustbemountedbeforeitcanbeaccessed.
文件系統(tǒng)在訪問前必須安裝Aunmountedfilesystem(I.e.Fig.11-11(b))ismountedatamountpoint.
圖11-11根據(jù)安裝指針一個未安裝文件系統(tǒng)被安裝OperatingSystemConcepts(a)Existing.(b)UnmountedPartitionOperatingSystemConceptsMountPointOperatingSystemConceptsFileSharing(文件共享)Sharingoffilesonmulti-usersystemsisdesirable.
在對用戶系統(tǒng)中文件共享是需要的。Sharingmaybedonethroughaprotectionscheme.
共享是通過保護機制實現(xiàn)的。Ondistributedsystems,filesmaybesharedacrossanetwork.
在分布式系統(tǒng)中,文件可以通過網(wǎng)絡共享。NetworkFileSystem(NFS)isacommondistributedfile-sharingmethod.
網(wǎng)絡文件系統(tǒng)(NFS)是一種通用的分布式文件共享方法。OperatingSystemConceptsProtection(保護)Fileowner/creatorshouldbeabletocontr
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 個人機動車抵押借款合同2024樣式版B版
- 2025年度新能源車輛設備租賃服務合同范本4篇
- 二零二五版新能源電站安全生產(chǎn)運營服務合同3篇
- 二零二五年度文化演出擔保期限與票務銷售協(xié)議4篇
- 二零二五年阿里巴巴電商店鋪全面托管與運營合同范本3篇
- 2025年度園林景觀樹木養(yǎng)護管理合同協(xié)議4篇
- 科技企業(yè)中的精細化飼料管理模式構建
- 2025版美食廣場食品安全責任書4篇
- 2025年度磁性材料環(huán)保認證與采購合同3篇
- 二零二五版拆房工程噪音污染防治合同3篇
- (二統(tǒng))大理州2025屆高中畢業(yè)生第二次復習統(tǒng)一檢測 物理試卷(含答案)
- 口腔執(zhí)業(yè)醫(yī)師定期考核試題(資料)帶答案
- 2024人教版高中英語語境記單詞【語境記單詞】新人教版 選擇性必修第2冊
- 能源管理總結報告
- 充電樁巡查記錄表
- 阻燃材料的阻燃機理建模
- CJT 511-2017 鑄鐵檢查井蓋
- 配電工作組配電網(wǎng)集中型饋線自動化技術規(guī)范編制說明
- 2024高考物理全國乙卷押題含解析
- 介入科圍手術期護理
- 青光眼術后護理課件
評論
0/150
提交評論