微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

我是否需要对unix文件系统进行碎片整理?

我知道 Windows文件系统对碎片非常敏感,而UFS,ZFS,ext3或ext4等Unix并不敏感.

但是,有没有理由对这些文件系统进行碎片整理?

如果是这样,可以使用哪些工具?

引用维基百科关于 Ext3 Filesystem页面

Modern Linux filesystem(s) keep fragmentation at a minimum by keeping all blocks in a file close together,even if they can’t be stored in consecutive sectors. Some filesystems,like ext3,effectively allocate the free block that is nearest to other blocks in a file. Therefore it is not necessary to worry about fragmentation in a Linux system

原文地址:https://www.jb51.cc/bash/386151.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐