当前位置:网站首页>KBxxxxxx不一定是补丁,也可能是某个问题解决方案的描述
KBxxxxxx不一定是补丁,也可能是某个问题解决方案的描述
2022-07-29 01:55:00 【shawyang】
Server2016上遇到磁盘解挂、挂载有问题,OS提示search for KB2983588 通 resolve the issue
一开始以为KB2983588是个补丁,可死活搜不到补丁安装文件,而且Server2016的补丁号没那么小,突然反应过来:KBxxxxxx不一定是补丁,也可能是某个问题解决方案的描述
根据KB号拼凑URL:http://support.microsoft.com/en-in/kb/2983588
额外加这个URL:https://social.technet.microsoft.com/Forums/en-US/361a1545-36dd-4479-bd4d-ff9422ea0e4e/kb2983588
解决方案:
①用diskpart核实uniq id是否有冲突,有的话调整uniq id消除冲突
上图是4块数据盘(系统盘是disk 0),每块数据盘的uniq id不一样
如果有一样的,可能会出现挂载异常,需要参考https://cloud.tencent.com/developer/article/1835478 改一下让别冲突
②Dism /online /enable-feature:MultipathIo
执行后重启机器
边栏推荐
- 当我看源码的时候,我在想什么?
- What happens if you have to use ArrayList in multithreading?
- Navigation -- realize data transmission and data sharing between fragments
- ES2022 的 8 个实用的新功能
- JVM memory overflow online analysis dump file and online analysis open.Hprof file to get JVM operation report how jvisualvm online analysis
- Full solution of 3D model format | including more than 70 kinds of RVT, 3ds, DWG, FBX, IFC, osgb, obj, etc
- Read the recent trends of okaleido tiger and tap the value and potential behind it
- 如果非要在多线程中使用 ArrayList 会发生什么?
- Summarize in the middle of the year | talk to yourself, live in the present, and count every step
- 当Synchronized遇到这玩意儿,有个大坑,要注意
猜你喜欢
防止勒索软件攻击数据的十种方法
我被这个浏览了 746000 次的问题惊住了
【质量】代码质量评价标准
How awesome is the architecture of "12306"?
快速掌握Nodejs安装以及入门
Esbuild Bundler HMR
Responsive dream weaving template makeup website
Summarize in the middle of the year | talk to yourself, live in the present, and count every step
实验二:Arduino的三色灯实验
The outsourcing company "mixed" for two years, and I only did five things seriously. Now I get byte offer smoothly.
随机推荐
Problems encountered in special flow & properties property set instances and Solutions
【质量】代码质量评价标准
Awvs cannot start problem
0728~面试题梳理
Altium designer outputs Gerber and other production documents
连PostgreSQL问题:expected authentication request from server, but received v
WebView attack
Time pit in MySQL driver
How to guarantee password security? How does the secure browser manage passwords?
Three methods of STM32 delay function
Jetpack -- navigation realizes page Jump
Eight practical new functions of es2022
【上传图片2-可裁剪】
Responsive dream weaving template home decoration building materials website
Resnet50 + k-fold cross validation + data enhancement + drawing (accuracy, recall, F value)
Internet of things development -- mqtt message server emqx
What should I do if excel opens a CSV file containing Chinese characters and there is garbled code?
Object based real-time spatial audio rendering - Dev for dev column
高效使用浏览器的5个小技巧,第1个技巧最实用
7/28 Gauss elimination to solve linear equations + Gauss elimination to solve XOR linear equations + find the combination number II