...
MVL can enable load / unload driver and activate without the need to reboot the system after installation. MVL is automatically installed in the last step of the installation of MCCS.
MVL driver can be installed/unistalled manually through the command of, 'install.bat /uninstall.bat' of the '%MCCS_HOME%\bin\DiskAgent' directory.
MVS is developed in a way of legacy filter driver of Wiindows.
Therefore, service start and stop can be done through net command of Windows.
Following is the way of service start and stop using command line interface.
Start
Code Block | ||
---|---|---|
| ||
net start vollock |
Stop
Code Block | ||
---|---|---|
| ||
net stop vollock |
When removing MCCS, removal is done for both MCCS and also MVL. To remove it completely. Execute 'unistall.bat of the bin' %MCCS_HOME%\bin\DiskAgent.
...
Volume control on MVL can be done through Vollock.exe command in '%MCCS_HOME%\bin\DiskAgent'.
Code Block | ||
---|---|---|
| ||
vollock [/option] [Drive letter:] |
...