×
関連する質問
2015/02/09 · reallocate the swap file or create a separate swap partition - a 2GB swapfile. Code: Select all dd if=/dev/zero bs=1M of=/swapfile count=2000.
2020/11/28 · dd if=/dev/zero of=/dev/null bs=100M count=100 100+0 records in 100+0 records out 10485760000 bytes (10 GB) copied, 5.62955 s, 1.9 GB/s
2007/12/15 · Instead, if you are set on a 3GB swap (very large) instead, use: dd if=/dev/zero of=/swap bs=1M count=3072 dd moves MBs a lot faster than KBs.
含まれない: usr/ | 必須にする:usr/
sudo dd if=/dev/zero of=/swapfile bs=1M count=4096 # resize the swapfile to 4Gb. # = sudo chmod 600 /swapfile. sudo mkswap /swapfile # format the file as swap.
含まれない: usr/ 2000
2009/01/18 · You can rerun this HOWTO prior to RAM upgrade, or allocate enough swap space now. Code: [View]. sudo dd if=/dev/zero of=/swapfile bs=1024 count= ...
2022/09/21 · For example, creating a 4 GiB swap file: sudo dd if=/dev/zero of=/swapfile bs=1M count=4096 status=progress. Note: Using dd to allocate a swap ...
2010/02/02 · I want to put a 2Gb swap file on sda2. > dd if=/dev/sda2 of=/mnt/2Gb.swap bs=1M count=2048 ... dd if=/dev/zero of=/dev/sdb1 bs=1M count=2048
含まれない: usr/ | 必須にする:usr/