我将硬盘重新格式化为 ext4,打算将其用作备份驱动器。安装新格式化的驱动器后,我发现其中有一个空目录:lost+found。这个神秘目录的目的是什么?
txw*_*ger 24
lost+found
是fsck
(文件系统检查)将从孤立块恢复的文件所在的目录。当某些文件系统元块(也称为 i 节点)损坏时,就会发生这种情况,其中存储了包含文件数据的块的引用。
另请参阅 http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/lostfound.html http://ubuntuforums.org/archive/index.php/t-229143.html