Skip to content

v0.4 Added auto format and drive types

Latest
Compare
Choose a tag to compare
@prsyahmi prsyahmi released this 19 Aug 03:41
· 63 commits to master since this release

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