Skip to content

Releases: prsyahmi/GpuRamDrive

v0.4 Added auto format and drive types

19 Aug 03:41
Compare
Choose a tag to compare

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

v0.3: Added command line options and tray icon.

04 Jun 23:00
Compare
Choose a tag to compare

Added command line options and tray icon.

Command line:
  --device <NameOfDevice>
  --size   <SizeInMB>
  --mount  <DriveLetter>
  --hide
  --help

Example:
   GpuRamDrive.exe --device GeForce --size 1024 --mount j: --hide

Note:
   The tray icon will appear when mounted.
   Minimizing while mounting will hide the window to tray.
   Device name is case sensitive.

v0.2

02 Dec 10:02
Compare
Choose a tag to compare

This release should fixed memory size truncation and remount crash.

Initial Release

27 Nov 15:05
Compare
Choose a tag to compare
v0.1

Update README.md