".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)'); } }) })
云服务器具有灵活性强、安全可靠、弹性可伸缩等特性,其硬件资源一般是在云端进行分配的。使用云服务器过程中,您可能需要挂载云数据盘来扩大存储容量。本文以恒创科技[香港云服务器](/#)为例,下面来看下如何在云服务器上挂载云数据盘。
点击查看:[恒创科技云服务器产品详情](https://go.idcspy.com/www.henghost.com/)
如果您在创建恒创科技云服务器实例时,已经创建了云数据盘,那么该数据盘将自动挂载到云服务器,无需手动挂载。每台云服务器最多可以挂载2块云数据盘(每块数据盘容量最高 1000G)。每块云数据盘只能挂载到指定云服务器,不可卸载后挂载到其他云服务器。
1、首先登录到恒创科技云服务器控制台,然后在左侧导航栏,依次点击 资源中心 > 云服务器 > 实例。
2、找到需要挂载数据盘的云服务器(本文以1核1G通用型v4香港云服务器为例),在右侧 操作 列下点击 管理实例,进入实例管理页面。在页签中,点击“云盘管理”。
![](https://www.idcspy.com/wp-content/uploads/2023/06/yp1.png)
3、找到需要挂载的云盘(未挂载的云盘状态为【待挂载】),在操作列下点击“挂载”。
![](https://www.idcspy.com/wp-content/uploads/2023/06/yp2.png)
4、在弹窗中,确认挂载信息无误,点击“确认”即开始挂载。
![](https://www.idcspy.com/wp-content/uploads/2023/06/yp3.png)
5、等待命令处理完成即可挂载成功。挂载后,云盘状态为【已挂载】。云数据盘挂载后,还必须格式化、创建分区、创建文件系统后,才能正常使用。
以上是恒创科技云服务器挂载云数据盘的主要操作步骤介绍。通过在云服务器上挂载云数据盘,您可以更好地存储和管理数据。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102942.html