ecryptfs 大小与主目录大小不同

发布于 2024-12-27 18:16:09 字数 1549 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘你却要生生世世 2025-01-03 18:16:09

eCryptfs稍微填充文件,并且加密的开销会稍微增加您的整体磁盘使用量,但当然不会达到您描述的程度,37x< /em>

唯一真正重要的磁盘使用情况是 /home/.ecryptfs/$USER 目录的磁盘使用情况,该目录实际上是加密文件存储在磁盘上的位置。您所看到的 $HOME 的使用情况实际上是幻影 - 这些文件的明文解密仅出现在内存中,而不是出现在磁盘上。

要查看您的真实用法,请使用:

df -h /home
du -sh /home

eCryptfs slightly pads files, and the overhead of encryption will slightly increase your over all disk usage, but certainly not to the degree you describe, 37x!

The only disk usage that really matters is that of your /home/.ecryptfs/$USER directory, which is really where the encrypted files are stored on disk. What you're seeing in terms of the usage of $HOME is really phantom -- the cleartext decryption of those files only appears in memory, and not on disk.

To see your true usage, use:

df -h /home
du -sh /home
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文