본문 바로가기
테크/Windows팁

윈도우 10에서 더미 파일 만들기 powershell fsutil

by lucidmaj7 2022. 2. 7.
728x90
반응형

개발을 하다보면 특정 크기의 더미파일이 필요할 때가 있다. 이때마다 프로그램을 만들어서 할 순 없으니.. 

Linux에서 처럼 윈도우에서도 더미파일을 만들수 있는 명령어가 있다.

fsutil

fsutil은 더미파일을 만드는 것 외에도 다양한 기능들을 제공하므로 MSDN을 참고하자.

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil#:~:text=fsutil%20objectid,control%20of%20network%2Dbased%20storage.

 

fsutil

Reference article for the fsutil command, which performs tasks that are related to file allocation table (FAT) and NTFS file systems.

docs.microsoft.com

PS C:\Users\lucid\Desktop> fsutil
---- 지원되는 명령어 ----

8dot3name         8dot3name 관리
behavior          파일 시스템 동작 제어
bypassIo          BypassIo 관리
dax               Dax 볼륨 관리
dirty             볼륨 더티 비트 관리
file              파일 관련 명령
fsInfo            파일 시스템 정보
hardlink          하드 링크 관리
objectID          개체 ID 관리
quota             할당량 관리
repair            자동 복구 관리
reparsePoint      재분석 지점 관리
storageReserve    저장소 예약 관리
resource          트랜잭션 리소스 관리자 관리
sparse            스파스 파일 제어
tiering           저장소 계층화 속성 관리
trace             파일 시스템 추적 관리
transaction       트랜잭션 관리
usn               USN 관리
volume            볼륨 관리
wim               투명한 wim 호스팅 관리

 

1. Powershell 실행

일단 fsutil을 실행하기 위해 Powershell을 실행한다.

2. fsutil 실행

fsutil file createnew [filesize] [bytes]

 

이렇게 fsutil 명령어로 간단하게 원하는 사이즈의 더미파일을 쉽게 생성할 수 있다. 

728x90
반응형

댓글