国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

fsck

fsck

 英

  • 網(wǎng)絡(luò)檢查;文件系統(tǒng)檢查程序;修復(fù)文件系統(tǒng)

例句

In contrast, ReiserFS' fsck is in its infancy, and fixing flaky metadata when it does show up can be a difficult and dangerous process.

相反ReiserFSfsck幼稚當(dāng)脆弱元數(shù)據(jù)出現(xiàn)時(shí)對(duì)脆弱數(shù)據(jù)修復(fù)過(guò)程困難危險(xiǎn)

So, now you know for whom journaling file systems were created, but how do they obviate the need for fsck?

那么現(xiàn)在應(yīng)該清楚日志文件系統(tǒng)針對(duì)人群但是他們如何取締fsck呢?

fsck's job is to ensure that the to-be-mounted filesystems' meta-data is in a usable state.

fsck工作就是確保裝載文件系統(tǒng)數(shù)據(jù)處于使用狀態(tài)

In most cases, it's necessary to run fsck or its helper program on an unmounted file system.

多數(shù)情況必須一個(gè)卸載文件系統(tǒng)運(yùn)行fsck幫助程序

Rather than restoring the system or even rebuilding the operating system, you can use fsck to repair file systems or correct damaged inodes.

可以使用fsck來(lái)修復(fù)文件系統(tǒng)或者修正受損inode不是還原系統(tǒng)或者甚至重新構(gòu)建操作系統(tǒng)

man fsck and info fsck provide details, as do several of the Resources included at the end of this article.

manfsckinfofsck以及本文最后參考資料提供詳細(xì)資料

And unlike the more traditional approach that fsck takes, this journal replaying process does not take longer on larger filesystems.

并且與fsck采用傳統(tǒng)方法不同這個(gè)日志重放過(guò)程大型文件系統(tǒng)并不需要更多時(shí)間

That's one of the things done by fsck, the filesystem consistency checking program.

文件系統(tǒng)一致性檢查程序fsck事情之一

The other aspect of online defragmentation is the reduced time required for a file system check (fsck).

在線碎片整理可以減少檢查文件系統(tǒng)時(shí)間fsck)。

fsck must be run on unmounted volumes, though it is rarely needed unless the file system was not cleanly unmounted.

fsck必須運(yùn)行雖然除非文件系統(tǒng)沒(méi)有完全時(shí)候否則很少會(huì)

And the best strategy for fixing file system issues is the simplest: the file system check command (fsck).

修復(fù)文件系統(tǒng)問(wèn)題最好策略也是簡(jiǎn)單利用文件系統(tǒng)檢查命令fsck)。

Ext4 marks unused groups of blocks within the inode table to allow the fsck process to skip them entirely to speed the check process.

ext4使用標(biāo)記inodefsck進(jìn)程忽略它們加快檢查速度

Journalling filesystems solve this fsck problem by adding a new data structure, called a journal, to the mix.

日志文件系統(tǒng)通過(guò)增加一個(gè)叫做日志數(shù)據(jù)結(jié)構(gòu)來(lái)解決這個(gè)fsck問(wèn)題

So, what does fsck do with a journalling filesystem?

那么fsck如何處理日志文件系統(tǒng)呢?

By using the fsck command, you can narrow the search for damaged inodes, as well.

通過(guò)使用fsck命令可以縮小受損inode搜索范圍

If you're searching for a specific inode, you can use the -ii-NodeNumber switch with fsck.

如果正在搜索一個(gè)特定inode那么可以使用-ii-NodeNumber開(kāi)關(guān)fsck命令

Problems arise from the fact that fsck must scan a filesystem's entire meta-data in order to ensure filesystem consistency.

問(wèn)題出自這樣一個(gè)事實(shí)fsck必須掃描文件系統(tǒng)全部數(shù)據(jù)確保文件系統(tǒng)一致性

Check the documentation for your file system-specific fsck helper program to learn about its options.

檢查特定文件系統(tǒng)幫助程序文檔了解這些選項(xiàng)

Once fsck is complete, the filesystem is ready for use.

一旦fsck完成這樣工作文件系統(tǒng)可以使用

That certainly beats the fsck process.

顯然fsck進(jìn)程

If your filesystems weren't unmounted cleanly, you should fsck them first.

如果文件系統(tǒng)沒(méi)有卸裝干凈的話應(yīng)該首先對(duì)它們進(jìn)行fsck

Internal snapshots are removed if the fsck command has to modify a JFS2 file system to repair it.

如果fsck命令必須修改JFS2文件系統(tǒng)來(lái)修復(fù)刪除內(nèi)部快照

Unmount the filesystem and fsck and re-mount it.

卸載文件系統(tǒng)然后執(zhí)行fsck命令重新

Maybe you're using a journalling filesystem such as ReiserFS to reduce fsck time and increase filesystem reliability and performance.

也許正在使用一種日志文件系統(tǒng)ReiserFS以便縮短文件系統(tǒng)檢查時(shí)間增強(qiáng)文件系統(tǒng)可靠性性能

It's based on the solid ext2 filesystem code and it inherits a great fsck tool.

基于穩(wěn)固ext2文件系統(tǒng)代碼繼承一個(gè)很好fsck工具

The fsck utility, however, is mainly a front-end to file system-specific tools, such as e2fsck (for ext2fs, ext3fs, and ext4fs).

然而fsck實(shí)用工具大部分一個(gè)特定文件系統(tǒng)工具前端比如e2fsck(針對(duì)ext2fs、ext3fsext4fs)。

You should check the file system consistency for each file system. You can do this with the fsck command

需要檢查每個(gè)文件系統(tǒng)一致性

The one solution to both scenarios is running fsck, as follows

運(yùn)行fsck能夠解決兩個(gè)場(chǎng)景出現(xiàn)問(wèn)題

an AIX command (e. g. fsck) is taking a long time to complete, or has hung

一個(gè)AIX命令例如fsck長(zhǎng)時(shí)間運(yùn)行已經(jīng)

熱門(mén)查詢