Windows10で巨大なファイルを作成するメモ
書式
fsutil file createnew <ファイル名> <サイズ(Bytes)>
サンプル
test002.txtという名前で、サイズ1GB(1073741824)のファイルを作成
C:\Users\cft>cd\
C:\>fsutil file createnew testfile.dat 1073741824
Coding Changes the World
書式
fsutil file createnew <ファイル名> <サイズ(Bytes)>
サンプル
test002.txtという名前で、サイズ1GB(1073741824)のファイルを作成
C:\Users\cft>cd\
C:\>fsutil file createnew testfile.dat 1073741824