Modifying fstab file on T7400

t35t0r t35t0r at gmail.com
Wed Mar 26 12:21:54 CDT 2008


OOPS!

>  dd if=/dev/zero of=/swapFile count=4096 bs=$(((16000000*1024)/4096))

should be:

dd if=/dev/zero of=/swapFile count=$(((16000000*1024)/4096)) bs=4096

you'll run out of memory with a bs that large in the first (incorrect) command.



More information about the Linux-Precision mailing list