1.Windows-->fsutil file createnew 檔名 檔案大小
2.Linux-->dd if=/dev/zero of=go.txt bs=1M count=1000 建立1000M的go.txt