Vboxmanage/compact: Unterschied zwischen den Versionen
Erscheinungsbild
	
	
 Die Seite wurde neu angelegt: „  # vboxmanage modifymedium --compact windows10.vdi  0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%“  | 
				Keine Bearbeitungszusammenfassung  | 
				||
| (44 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{{DISPLAYTITLE:vboxmanage/compact}}  | |||
'''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 ===  | |||
# Run defrag in the guest  | |||
# user [https://technet.microsoft.com/en-us/sysinternals/bb897443 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  |   # vboxmanage modifymedium --compact windows10.vdi  | ||
  0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%  |   0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%  | ||
=== Windows Host ===  | |||
 VBoxManage.exe modifymedium --compact c:\path\to\thedisk.vdi  | |||
<noinclude>  | |||
== Anhang ==  | |||
=== Siehe auch ===  | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}  | |||
=== Dokumentation ===  | |||
; Man-Page  | |||
=== Links ===  | |||
==== Weblinks ====  | |||
# https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/vboxmanage.html  | |||
[[Kategorie:VirtualBox]]  | |||
[[Kategorie:Linux/Befehl]]  | |||
{{DEFAULTSORT:vboxmanage/compact}}  | |||
</noinclude>  | |||
Aktuelle Version vom 24. Juli 2025, 10:57 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
- Run defrag in the guest
 - 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
Anhang
Siehe auch
Dokumentation
- Man-Page
 
Links
Weblinks