Languages: [EN] English | [KO] 한국어
ImDisk: Recommended for Windows RAM Disk
ImDisk: Windows 램디스크 추천
Overview 소개
After searching for a usable RAM disk utility for Windows, I found that most options have a 4GB limit, with larger sizes requiring a paid version.
ImDisk is free and has no limits.
윈도우에서 쓸만한 램디스크를 찾아보니 대부분 4Gb 제한이 걸려있고 그이상은 유료버전 입니다.
ImDisk 는 무료이며, 설정 제한이 없습니다.
Download 다운로드
How to Enable Automatic Startup 자동설정 방법
- Control Panel -> System and Security -> Administrative Tools -> Task Scheduler - Run as Administrator
- Click on Task Scheduler Library -> then right-click with the mouse -> click "Create Task"
- Select "Run regardless of user logon" under the Security options, and check "Run with highest privileges."
- Triggers tab -> New -> Set "Begin the task" to "At startup" and click OK.
- Actions tab -> New -> Action: Start a program, Program: imdisk
- Arguments: -a -t vm -m z: -s 8G -p "/fs:ntfs /q /y"
imdisk -a -t vm -m z: -s 8G -p "/fs:ntfs /q /y"
Copy the above content and paste it into the Program/script (P): field, and it will automatically be split into arguments.
- 제어판 -> 시스템 및 보안 -> 관리 도구 -> 작업 스케줄러 - 관리자 권한 으로 실행
- 작업 만들기를 클릭
- 보안옵션에 선택: 사용자 로그온 여부에 관계없이 실행에 클릭, 가장 높은 수준의 권한으로 실행 에 체크한다.
- 트리커 탭 -> 새로 만들기 -> 작업 설정: 시작할 때 로 설정후 확인.
- 동작 탭 -> 새로 만들기 -> 동작: 프로그램 시작, 프래그램: imdisk
- 인수 추가: -a -t vm -m z: -s 8G -p "/fs:ntfs /q /y"
imdisk -a -t vm -m z: -s 8G -p "/fs:ntfs /q /y"
앞 내용을 복사하여 프로그램/스크립트(P): 추가란에 적으면 알아서 인수 부분으로 나눠짐
Notice 안내
- -m is the drive for the RAM disk
- -s is the memory allocation size
- -p is the partition setting, fs:fat32 is also possible.
- If you're using a laptop, be sure to uncheck "Start the task only if the computer is on AC power" under the "Conditions" tab.
- After rebooting, verify that the RAM disk is set up.
- -m 은 램 디스크의 드라이브
- -s 메모리 할당 용량
- -p 는 파티션 설정, fs:fat32 도 가능.
- 노트북 사용자라면 꼭 "조건" 탭에서 컴퓨터의 AC 전원이 켜져 있는 경우에만 작업 시작(P) 해제
- 재부팅 후 램디스크가 설정되어 있는 것을 확인.
좋은 정보 감사..
ReplyDelete제 블로그에 방문해 주셔서 감사합니다. :)
Delete