前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >景安服务器备份完硬盘脱机怎么处理

景安服务器备份完硬盘脱机怎么处理

作者头像
ytkah
发布2018-03-06 13:34:59
1.8K0
发布2018-03-06 13:34:59
举报
文章被收录于专栏:ytkahytkah

  景安快云服务器管理平台创建备份后有时可能导致硬盘脱机,这个要如何处理呢?几行命令就可以搞定!使用DISKPART.exe命令 解除策略

1.运行:cmd

2.输入:DISKPART.exe

3.DISKPART> san

4.DISKPART> san policy=onlineall

5.DISKPART>list disk

6.DISKPART> select disk 1

7.DISKPART>attributes disk clear readonly

8.DISKPART>online disk

附解决方案英文描述:

open a command prompt and type “diskpart.exe”.

You will now receive a diskpart-prompt: Diskpart> Now type “san”. This will provide you with the current configured SAN policy: SAN Policy : Offline Shared In the diskpart-prompt, type “san policy=OnlineAll”. This will result in the following message: Diskpart successfully changed the SAN policy for the current operating system. Now type “list disk”, which will give this message: Disk ### Status Size Free Dyn Gpt Disk 0 Online 30 GB 0 B Disk 1 Offline 50 GB 1024 KB In my case, disk 1 was offline so I typed “select disk 1” which provided: Disk 1 is now the selected disk Now type “attributes disk clear readonly”. Disk attributes cleared successfully. And to check if all the settings are now correct, type “attributes disk”. This will give an output something like: Current Read-only State : No Read-only : No Boot Disk : No Pagefile Disk : No Hibernation File Disk : No Crashdump Disk : No Clustered Disk : No After the last check has been successful, type “online disk” to bring the disk online.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2017-03-07 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档