Skip to main content
Ted
Staff
Staff
March 20, 2025

Technical Tip: How to create a large file in Windows

  • March 20, 2025
  • 0 replies
  • 3387 views
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