On Linux. dd is the command from Linux that i use. To create 1 GB file go with dd if=/dev/zero of=testfile bs=1024 count=1024000.
確定! 回上一頁