windows 云盘在线扩容不成功: windows实例更新RedHat VirtIO驱动

win+R  输入 cmd 进入命令界面:

powershell                                       # 命令进入脚本模式

[System.Diagnostics.FileVersionInfo]::GetVersionInfo("C:\Windows\System32\drivers\viostor.sys")

                                                        # 命令查看目前版本:尾号编码是版本,小于58011 需要升级

Set-ExecutionPolicy Unrestricted     # 授予shell 执行权限

    

https://windows-driver-cn-beijing.oss-cn-beijing.aliyuncs.com/virtio/InstallVirtIo.ps1?spm=a2c4g.11186623.0.0.49da1527qE1DV9&file=InstallVirtIo.ps1

                                                        # 浏览器下载启动脚本

                                                        # 右键使用 powershell  打开

                                                        # 重启系统


阿里官方教程:   https://help.aliyun.com/document_detail/113322.html?spm=5176.21213303.J_6028563670.13.78b73edaahvoAV&scm=20140722.S_help%40%40文档%40%40113322.S_0%2Bos0.ID_113322-RL_virtio-OR_helpmain-V_2-P0_1

上一篇:apache 设置.htaccess 禁止ip访问


下一篇:linux centos 安装 kvm 并创建虚拟机