问题标签 [vhd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
458 浏览

windows - 将 cloudbase-init msi 包安装到已挂载的 vhd 文件中

我正在尝试从 powershell 或命令行安装 cloudbse-init.msi 安装文件以安装在脱机驱动器上或安装在机器上的 vhd 文件上。

我使用了以下命令,但它没有安装在 vhd 文件上。

其中 F: drive 是挂载的虚拟驱动器。

请让我知道如何将 msi 文件安装到离线 vhd 映像上。

0 投票
2 回答
125 浏览

visual-studio-2012 - 在 Azure 存储上上传 .VDH 文件后出现问题

我指的是下面的文章。 http://blogs.technet.com/b/erezs_iis_blog/archive/2013/05/22/uploading-a-custom-operating-system-to-azure-virtual-machines.aspx

[我使用的是Win8,VS2012]

我有一个 .VHD 文件,其中包含安装的操作系统和其他软件。我想在 Azure 中使用这个 .VHD 来创建一个新的虚拟机。因此,我指的是上面的文章。

问题 #1:即使在安装 Azure SDK for Vs2012 之后,我也无法在我的 PC 上找到 CSUpload.exe。我想知道为什么它没有安装。- 任何线索。

问题 #2。由于没有找到 CSUpload.exe,我只是在查看 VS2012 并发现我可以使用“服务器资源管理器”连接到 Azure,并且可以将 .VHD 上传到存储区域,我在上面的文章中进行了解释。

从 Azure 管理器上传 .VHD 文件后,当我尝试创建新的虚拟机时,我无法在图库列表中找到我新上传的 .VHD,根据文章应该出现在“我的图像”或“我的磁盘”列表。

任何线索,什么可能是错的。?

问候

0 投票
0 回答
177 浏览

c# - 与命令提示符相比,System.Diagnostics.Process 需要更多时间

我正在尝试使用 System.Diagnostics.Process 从 c# 代码中安装 VHD 文件以执行 diskpart.exe 命令。

下面是我使用的代码片段:

问题是如果我在命令提示符下执行相同的命令(使用批处理文件),执行大约需要 0.5 秒。但是如果我运行上面的代码,WaitForExit() 大约需要 5 秒才能返回。

我尝试将 RedirectStandardOutput 和 RedirectStandardError 设置为 true 和 false,但我看不出有什么区别。

请让我知道我在这里可能做错了什么。

谢谢。

0 投票
0 回答
1626 浏览

vhd - 将包含 LVM 的 vhd 映像恢复到物理机

我有一个以前从 Hyper-v vhdx映像转换的vhd映像。vhd 包含一个 Fedora core 20 安装,带有一个标准/boot分区和一个包含rootswap的LVM。我使用Acronis 真实映像将 vhd 还原到另一台机器的真实硬盘。恢复过程成功,但重新启动后,引导停止在“dracut /dev/root 不存在”并抱怨 UUID 错误。如果我这样做ls /dev/disk/by-uuid我得到一个分区, /boot 一个,LVM 丢失。安装 /dev/sdc1 后,我得到了 linux 引导的东西。但是挂载 /dev/sdc2 会导致“无法挂载 lv_group”。在恢复选项中,我选择了逐个扇区的选项,所以我期待一个原始转储填充另一个磁盘,但它解析 vhd 忽略了 LVM 内容,对吗?我认为这不是 Acronis 问题,我确信 clonzilla 或其他解决方案也会发生同样的情况。有没有办法真正逐位或简要地转储 vhd 内容,如何将包含 LVM 的 linux VM 动态转换为物理机,因为它包含标准分区?

0 投票
1 回答
1527 浏览

powershell - 使用 PowerShell 制作驱动器的 VHD 映像

我想制作硬盘的 VHD 映像。

我知道如何制作 VHD 图像(http://technet.microsoft.com/en-us/library/hh848503.aspx),但我希望图像包含现有驱动器中的所有内容。

我目前考虑的解决方案是使 VHD 与源驱动器大小相同,然后从源驱动器复制所有文件,但我认为必须有一种更清洁(更简单)的方法。

我从 Sysinternals 了解 Drive2Vhd,但我需要使用 PowerShell 来执行此操作。

有什么建议么?

0 投票
1 回答
778 浏览

azure - 在 web/worker 角色的 windows azure 实例中安装虚拟驱动器 (vhd)

在旧版本的 windows azure sdk 中,我们可以使用ClouDriveclass 来挂载虚拟磁盘。没有了,新的sdks(2.x)中没有这样的类

我的云项目包含:

  • 工人角色。
  • 存储为页 blob 的 vhd 文件。

问题: 如何将 vhd 文件作为虚拟驱动器安装在辅助角色实例中?

谢谢你。

PS:我使用的是 windows azure sdk 2.3

0 投票
2 回答
10860 浏览

c++ - 以编程方式装载 Microsoft 虚拟硬盘 (VHD)

我正在尝试使用 Windows 7 API 功能安装虚拟硬盘驱动器 (.VHD),但找不到相关功能,是否存在?

我正在使用 Visual Studio 2010 在 C++ 中编程,以获取信息。

提前致谢 ;)

0 投票
0 回答
167 浏览

azure - 在 Windows 2008 中修剪 Azure VHD 大小

我有一个 azure 虚拟机,由于备份脚本损坏,它以前使用了整个 127GB 的空间。我的虚拟机现在只使用 20GB,但我仍然需要为全部 127GB 付费。

我知道我需要修剪磁盘,在 Windows 2012 中,这是在 PowerShell 中运行的简单案例:

Optimize-Volume -DriveLetter C -ReTrim -Verbose

但是我如何在 Windows 2008R2 中做到这一点?

0 投票
1 回答
458 浏览

azure - VMWare to Azure - multiple VMDK files, how to handle?

this might seem like a remarkably simple question, but I want to be sure before I proceed and I was struggling to find any information regarding this.

I am currently in the process of transferring an existing VMWare environment to Windows Azure. I have been given three different VMDK files, one for each hard drive of a server, and am aware that I need to convert these to VHD for image upload in Azure.

My question is whether I need to make these VMDK files into one VHD image or if I can upload multiple VHD images and work with them in the portal. I have seen that it is possible to convert multiple VMDK files into a solitary VMDK file, but I am unsure if this would be appropriate.

This is my first exposure to this work, so apologies if this seems like pure basics!

0 投票
2 回答
2564 浏览

google-compute-engine - 将 VHD 文件导入 Google Compute Engine

有没有办法使用 VHD 在 Google Cloud 上创建 VM 实例?它在 Azure 云上看起来非常简单且有据可查,但我在 G-Cloud 上找不到任何信息。

似乎我在浪费时间在 Google Cloud 上重新创建我的服务器,并且我很快就失去了 Google Cloud 价值的网站。