AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 744812
Accepted
Istvan
Istvan
Asked: 2015-12-23 11:36:48 +0800 CST2015-12-23 11:36:48 +0800 CST 2015-12-23 11:36:48 +0800 CST

无法使用 VBoxManage 删除高清

  • 772

我不确定缺少哪个参数。有人可以指出正确的方向吗?

$ VBoxManage storagectl '5771682b-aa14-4bcb-99d5-1c7cd66c528b' --remove
Oracle VM VirtualBox Command Line Management Interface Version 5.0.8
(C) 2005-2015 Oracle Corporation
All rights reserved.

Usage:

VBoxManage storagectl       <uuid|vmname>
                            --name <name>
                            [--add ide|sata|scsi|floppy|sas]
                            [--controller LSILogic|LSILogicSAS|BusLogic|
                                          IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
                            [--portcount <1-n>]
                            [--hostiocache on|off]
                            [--bootable on|off]
                            [--rename <name>]
                            [--remove]


Syntax error: Too few parameters

列出设备:

UUID:           f62626fd-70fd-4875-a4ee-6003a59c9f84
Parent UUID:    base
State:          locked write
Type:           normal (base)
Location:       /.../automation_riak3_1450811382236_67912/box-disk1.vmdk
Storage format: VMDK
Capacity:       10140 MBytes
Encryption:     disabled

UUID:           5771682b-aa14-4bcb-99d5-1c7cd66c528b
Parent UUID:    base
State:          inaccessible
Type:           normal (base)
Location:       /.../automation/riak3.second.dsk.vdi
Storage format: VDI
Capacity:       51200 MBytes
Encryption:     disabled
vboxmanage
  • 2 2 个回答
  • 6202 Views

2 个回答

  • Voted
  1. Best Answer
    Matt Clark
    2015-12-23T11:41:32+08:002015-12-23T11:41:32+08:00

    从给定的输出

    VBoxManage storagectl       <uuid|vmname>
                                --name <name>
                                [--add ide|sata|scsi|floppy|sas]
                                ....
    

    在我看来,这似乎--name <name>不是可选的。

    我相信该名称将是存储控制器的名称。

    IE

    --name "SATA Controller"
    --name "IDE Controller"
    

    编辑

    这是VBoxManage storagectl 手册页的链接

    • 4
  2. Istvan
    2015-12-23T14:10:52+08:002015-12-23T14:10:52+08:00

    可以通过以下方式删除未使用的磁盘:

    vboxmanage closemedium  disk bddc3512-8615-461c-bcc3-0c1a7d57683c --delete
    
    • 2

相关问题

  • 虚拟盒子。如何编写启动机器和安装程序运行的脚本 (windows)

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve