first of all I'm very greatful for your work, thank you!
I have the RamDisk configuration tool set to use a mount point and launch at Windows startup. Upon startup it creates two instances of imDisk in memory which are independent (apparently one for the drive letter and one for the mount point). Since I don't need the drive letter, is there a way of not having the imDisk instance for the drive letter spawned (via additional parameters maybe)?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems you first have defined a ramdisk on a drive letter, and then defined a ramdisk on a mount point without removing the first one.
In this case, you need to unregister the one on the drive letter: in the RamDisk Configuration Tool, select the drive letter of the unwanted ramdisk, and then click on the Unmount button nearby. Then, close the window, and you're done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
first of all I'm very greatful for your work, thank you!
I have the RamDisk configuration tool set to use a mount point and launch at Windows startup. Upon startup it creates two instances of imDisk in memory which are independent (apparently one for the drive letter and one for the mount point). Since I don't need the drive letter, is there a way of not having the imDisk instance for the drive letter spawned (via additional parameters maybe)?
Thanks!
It seems you first have defined a ramdisk on a drive letter, and then defined a ramdisk on a mount point without removing the first one.
In this case, you need to unregister the one on the drive letter: in the RamDisk Configuration Tool, select the drive letter of the unwanted ramdisk, and then click on the Unmount button nearby. Then, close the window, and you're done.
It worked, thanks!