Skip to content

Instantly share code, notes, and snippets.

@akirakw
Created June 12, 2011 05:37
Show Gist options
  • Save akirakw/1021281 to your computer and use it in GitHub Desktop.
Save akirakw/1021281 to your computer and use it in GitHub Desktop.
VMWareでext4をシュリンク
# クリーニング
sudo apt-get clean
# VMのシュリンク
cd /
sudo dd if=/dev/zero of=/0bits bs=20971520
sudo rm /0bits
※シャットダウン後、
「仮想マシン設定の編集」-「ハードウェア」-「ハードディスク」
-「ユーティリティ」-「コンパクト」を選ぶ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment