FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Ted
Staff
Staff
Article Id 382688
Description This article describes how to create a large test file in Windows using 'fsutil'.
Scope FortiGate.
Solution
  • Open the command prompt in Windows.
  • Run fsutil file createnew <file name> <desired size>

 

Example:

  1. fsutil file createnew testfile.txt 104857600

  2. fsutil file createnew testfile.bin 524288000

  3. fsutil file createnew testfile.log 10485760

  4. fsutil file createnew testfile.iso 1073741824

  5. fsutil file createnew testfile.vhd 5368709120

 

10GB 테스트 파일 생성 방법.png

Contributors