FastComet查询磁盘使用情况教程

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

[FastComet](https://www.idcspy.com/fastcomet.html "FastComet")每个方案都有规定的磁盘空间,但是建站之后在哪里可以看到FastComet主机磁盘使用情况呢,其实cPanel提供有关您帐户磁盘使用情况的详细统计信息。使用FastComet帐户控制面板中提供的磁盘使用工具,可以优化磁盘使用率并在需要时释放额外空间。具体操作如下:

要访问您的磁盘使用统计信息,请登录FastComet主机 cPanel账户。

![](https://www.idcspy.com/wp-content/uploads/2022/02/sggds1.png)

将您重定向到 cPanel 中的专用页面,其中详细概述了您的帐户磁盘空间利用率,显示了您帐户中每个文件和文件夹的确切大小。根据您帐户上托管的文件数量及其大小,磁盘空间计算可能需要几分钟才能显示数据。

![](https://www.idcspy.com/wp-content/uploads/2022/02/sggds2.png)

在磁盘空间图形下方,您可以查看您的帐户目录,并按名称或磁盘使用情况对列表进行排序,以找到您帐户中最大的文件和文件夹。

![](https://www.idcspy.com/wp-content/uploads/2022/02/sggds3.png)

使用目录,您可以展开帐户的父文件夹以找到最大的文件或子文件夹。

由于文件以电子方式存储的性质,大多数文件占用的磁盘空间比其实际大小略多。例如,一个 300 字节的文件可能会占用 4 kB 的实际磁盘空间。这可能会导致您在文件管理器中看到的数据与您在表中找到的信息之间存在差异。此外,表中的磁盘空间使用量表示目录内容使用了多少空间,而不是目录本身使用了多少空间。

目录本身通常使用的磁盘空间量可以忽略不计,除非它们包含大量文件或子目录。"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104251.html

(0)
松果号松果号
上一篇 11小时前
下一篇 11小时前

推荐阅读

发表回复

登录后才能评论