This release includes few enhancements and bug fixes
- Added auto format after mounting, ability to change drive type and removable options.
- Fixed crash when unmounting
- Unmount before logging off/shutdown
New parameters:
--format <param>
--type hd/fd
--removable
To format using command line, simply add --format paramaters.
This will invoke windows format program and directly pass <param>
to it.
For example, to format mounted drive with exfat and make it removable:
GpuRamDrive.exe --device GeForce --size 1024 --mount j: --format "/fs:exfat /q" --removable