I use the OSFMount in a batch file and need to wait until mounting has finished.
Is there a way I can do this?
I also tried it from command line and when I tried id first, it looks like the call waited until mounting has finished, but when I did the unmounting/mounting a couple of times, the call to mount nearly immediately returned but it still took 10-20s until the mounting really has finished.
This is how my command looks like:
OSFMount.com -a -t vm -f C:\temp\testImage.img -o rw -m S:
Thanks for any help!
Is there a way I can do this?
I also tried it from command line and when I tried id first, it looks like the call waited until mounting has finished, but when I did the unmounting/mounting a couple of times, the call to mount nearly immediately returned but it still took 10-20s until the mounting really has finished.
This is how my command looks like:
OSFMount.com -a -t vm -f C:\temp\testImage.img -o rw -m S:
Thanks for any help!
Comment