Vboxmanage/compact: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
 
(31 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:vboxmanage/compact}}
'''Vboxmanage/compact''' - Dateigröße einer virtuellen Festplatte verringern


 
== Beschreibung ==
You have to do the following steps:
== Anwendung ==
 
== Freien Speicherplatz bereinigen ==
# Run defrag in the guest (Windows only)
=== Linux ===
# Nullify free space:
 
With a '''Linux Guest''' run this:
  dd if=/dev/zero of=/var/tmp/bigemptyfile bs=4096k
  dd if=/dev/zero of=/var/tmp/bigemptyfile bs=4096k
  rm /var/tmp/bigemptyfile  
  rm /var/tmp/bigemptyfile  
or
or
  telinit 1  
  telinit 1  
  mount -o remount,ro /dev/sda1 zerofree -v /dev/sda1  
  mount -o remount,ro /dev/sda1 zerofree -v /dev/sda1  


With a '''Windows Guest'''
=== Windows ===
# download [http://technet.microsoft.com/en-us/sysinternals/bb897443 SDelete] from Sysinternals
# Run defrag in the guest
# and run this:
# user [http://technet.microsoft.com/en-us/sysinternals/bb897443 SDelete] from Sysinternals
  sdelete.exe c: -z ''
  sdelete.exe c: -z


'''replace C: with the drive letter of the VDI'''
== vboxmanage ==
Shutdown the guest VM


Shutdown the guest VM
=== Linux Host ===
; Syntax
vboxmanage modifymedium --compact /path/to/thedisk.vdi


# Now run VBoxManage's [https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvdi modifymedium] command with the <code>--compact</code> option:
; Beispiel
# vboxmanage modifymedium --compact windows10.vdi
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%


With a '''Linux Host''' run this:
=== Windows Host ===
vboxmanage modifymedium --compact /path/to/thedisk.vdi
  VBoxManage.exe modifymedium --compact c:\path\to\thedisk.vdi
== Konfiguration ==
With a '''Windows Host''' run this:
=== Dateien ===
  VBoxManage.exe modifymedium --compact c:\path\to\thedisk.vdi  


With a '''Mac Host''' run this:
<noinclude>
VBoxManage modifymedium --compact /path/to/thedisk.vdi
== Anhang ==
=== Siehe auch ===
'''VBoxManage is located here: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage'''
{{Special:PrefixIndex/{{BASEPAGENAME}}}}


This reduces the vdi size.
==== Dokumentation ====
# vboxmanage modifymedium --compact windows10.vdi
===== Man-Pages =====
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
==== Links ====
===== Weblinks =====
# https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/vboxmanage.html


[[Kategorie:VirtualBox]]
[[Kategorie:VirtualBox]]
[[Kategorie:Linux:Befehl]]
[[Kategorie:Linux/Befehl]]
{{DEFAULTSORT:vboxmanage/compact}}
</noinclude>

Aktuelle Version vom 30. März 2024, 02:18 Uhr

Vboxmanage/compact - Dateigröße einer virtuellen Festplatte verringern

Beschreibung

Anwendung

Freien Speicherplatz bereinigen

Linux

dd if=/dev/zero of=/var/tmp/bigemptyfile bs=4096k
rm /var/tmp/bigemptyfile 

or

telinit 1 
mount -o remount,ro /dev/sda1 zerofree -v /dev/sda1 

Windows

  1. Run defrag in the guest
  2. user SDelete from Sysinternals
sdelete.exe c: -z

vboxmanage

Shutdown the guest VM

Linux Host

Syntax
vboxmanage modifymedium --compact /path/to/thedisk.vdi
Beispiel
# vboxmanage modifymedium --compact windows10.vdi
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

Windows Host

VBoxManage.exe modifymedium --compact c:\path\to\thedisk.vdi

Konfiguration

Dateien

Anhang

Siehe auch

Dokumentation

Man-Pages

Links

Weblinks
  1. https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/vboxmanage.html