set path=%path%;V:\bin
net stop mountd
net stop portmapd
net stop cxvfsmgr
umount /cachefs
C:\"Program Files"\crossmeta\umountall
I always get the message:
umount: /cachefs: not currently mounted
even though /cachefs still seems to be mounted afterwards. How can I
get this to work, or should I just omit it and let umountall unmount
it?
And I often get the message:
umountall: error 170
Often it will work if I do C:\"Program Files"\crossmeta\umountall in a
command window and I think it always works if I double click on the
file in windows explorer.
Any suggestions?
By the way, I do not use the simple umountall command as suggested in
the Crossmeta File System Drivers Quick Start, first because it was not
installed in the /bin folder, second because when I tried to copy it
into the /bin folder it complained about long file names and third
because it does not seem to be a good idea to use a file that I am just
about to unmount!