Created
June 12, 2011 05:37
-
-
Save akirakw/1021281 to your computer and use it in GitHub Desktop.
VMWareでext4をシュリンク
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# クリーニング | |
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