计算机系统应用
計算機繫統應用
계산궤계통응용
APPLICATIONS OF THE COMPUTER SYSTEMS
2013年
8期
184-189
,共6页
王雅楠%陈香兰%代栋%孙明明%周学海
王雅楠%陳香蘭%代棟%孫明明%週學海
왕아남%진향란%대동%손명명%주학해
文件系统检查%在线检查%镜像%文件系统一致性%在线镜像
文件繫統檢查%在線檢查%鏡像%文件繫統一緻性%在線鏡像
문건계통검사%재선검사%경상%문건계통일치성%재선경상
file system checker%online checker%file system image%file system consistency%online filesystem imaging
设计和实现了一种全新的在线文件系统检查工具-OnlineFSCK(On-Line File System Checker)。 OnlineFSCK可以对在线的文件系统进行一致性检查。利用OnlineFSCK对文件系统进行检查时,文件系统可以继续正常提供服务。提出和实现了一种对在线文件系统生成镜像的算法,并将这个算法与现有的文件系统检查工具相结合,最终达到对在线文件系统进行检查的目的。针对ext3文件系统实现了OnlineFSCK的原型,实验结果表明, OnlineFSCK 在满足对性能的要求的前提下,能够达到与传统文件系统检查工具相同的检查能力。 OnlineFSCK的实现中没有修改文件系统的内核源码,可以扩展支持多种文件系统。
設計和實現瞭一種全新的在線文件繫統檢查工具-OnlineFSCK(On-Line File System Checker)。 OnlineFSCK可以對在線的文件繫統進行一緻性檢查。利用OnlineFSCK對文件繫統進行檢查時,文件繫統可以繼續正常提供服務。提齣和實現瞭一種對在線文件繫統生成鏡像的算法,併將這箇算法與現有的文件繫統檢查工具相結閤,最終達到對在線文件繫統進行檢查的目的。針對ext3文件繫統實現瞭OnlineFSCK的原型,實驗結果錶明, OnlineFSCK 在滿足對性能的要求的前提下,能夠達到與傳統文件繫統檢查工具相同的檢查能力。 OnlineFSCK的實現中沒有脩改文件繫統的內覈源碼,可以擴展支持多種文件繫統。
설계화실현료일충전신적재선문건계통검사공구-OnlineFSCK(On-Line File System Checker)。 OnlineFSCK가이대재선적문건계통진행일치성검사。이용OnlineFSCK대문건계통진행검사시,문건계통가이계속정상제공복무。제출화실현료일충대재선문건계통생성경상적산법,병장저개산법여현유적문건계통검사공구상결합,최종체도대재선문건계통진행검사적목적。침대ext3문건계통실현료OnlineFSCK적원형,실험결과표명, OnlineFSCK 재만족대성능적요구적전제하,능구체도여전통문건계통검사공구상동적검사능력。 OnlineFSCK적실현중몰유수개문건계통적내핵원마,가이확전지지다충문건계통。
This paper designs and implements OnlineFSCK (On-Line File System Checker), which checks the file system while it is online without modifying the in-kernel file system codes. The file system can continue providing service while it is being checked by OnlineFSCK. This paper proposes and implements an runtime imaging algorithm which, combined with the existing file system checkers, can provide us the ability to check the consistency of the existing running file systems. The prototype is implemented for ext3 file system. Experiments shows that our OnlineFSCK solution can guarantee the correctness as traditional file system checkers while keeping the performance of the production system neglectable impacted. As there is no need to modify the in-kernel codes to support it, Online FSCK can be easily extended to support other file systems.