zoukankan      html  css  js  c++  java
  • Chkdsk scan needed on volume

    After we extended the volume in storage array, in Failover cluster, it shows the volume is of 30.0 TB.

    image

    If we right click this volume, we will see the capacity of this volume is 15TB

    image

    But disk management console shows that this volume is of 15 TB. No part to extend.

    image

    Note in the first screenshot, it says “Chkdsk scan needed on the volume”.

     

    What is going on here?

    Follow the instruction of “Chkdsk scan needed on the volume”, as the following:

    image

    After this, we can see the unallocated part of the volume.

    image

    This volume cannot be extended, since it is reserved by failover cluster.

    image

    To fix this, we should:

    1. Remove this disk from CSV.

    2. Remove this disk from failover cluster.

    3. Online this disk in disk management console.

    4. Then we can extend the volume and then add it back to the failover cluster.

    image

     

    Now the problem is fixed.

    image

  • 相关阅读:
    jvm调优
    Spring 事务
    Spring Framework入门介绍
    redis入门介绍
    Spring与SpringMVC重复扫描问题
    跨域相关问题
    Spring MVC介绍
    Servlet、Servlet容器
    获取屏幕宽高
    mybatis中比较符的写法
  • 原文地址:https://www.cnblogs.com/awpatp/p/5182082.html
Copyright © 2011-2022 走看看