Hello team!
Great many thanks for the application. I'd like to draw your attention to the following things:
1) OSFMount cannot be used as a temporary storage for the user TEMP/TMP (environment variable) folder for MSI installers. Whenever you try to install anything you get this error: "The system cannot find the device or filed specified".
2) It would be great if OSFMount allowed to add RAM disks on system startup automatically without using command line scripts and Task Scheduler tricks.
3) It would be extremely useful if OSFMount supported dynamic memory allocation and memory freeing. This is usually implemented by intercepting the SSD/SCSI TRIM command.
4) It would be great if OSFMount allocated RAM using a user process, vs. allocating it via a windows driver as part of SYSTEM process memory. This might prove useful to improve system stability and to possibly allow to destroy OSFMount RAM allocation and all disks at once by just killing this process.
// Artem S. Tashkinov
Great many thanks for the application. I'd like to draw your attention to the following things:
1) OSFMount cannot be used as a temporary storage for the user TEMP/TMP (environment variable) folder for MSI installers. Whenever you try to install anything you get this error: "The system cannot find the device or filed specified".
2) It would be great if OSFMount allowed to add RAM disks on system startup automatically without using command line scripts and Task Scheduler tricks.
3) It would be extremely useful if OSFMount supported dynamic memory allocation and memory freeing. This is usually implemented by intercepting the SSD/SCSI TRIM command.
4) It would be great if OSFMount allocated RAM using a user process, vs. allocating it via a windows driver as part of SYSTEM process memory. This might prove useful to improve system stability and to possibly allow to destroy OSFMount RAM allocation and all disks at once by just killing this process.
// Artem S. Tashkinov
Comment