星期日, 1月 23, 2011

wubi 下改變 swap



1
2
3
4
5
6
7
cd /host/ubuntu/disks/
sudo swapoff swap.disk
sudo rm swap.disk
sudo dd if=/dev/zero of=swap.disk bs=1M count=2100 (2G)
sudo mkswap -f swap.disk
sudo swapon /host/ubuntu/disks/swap.disk

dd - convert and copy a file
選項與參數:
if :input file
of :output file
bs :一個 block 的大小
count:多少個 bs


參考:
http://forum.ubuntu.org.cn/viewtopic.php?f=159&t=289431&p=2042190
http://linux.vbird.org/linux_basic/0240tarcompress.php#dd

沒有留言:

張貼留言