Hi,
I've been using netdrive for about a year now, with a single PC. Just now, I tried to connect two PCs. PC A in read-write, and PC B in read-only mode. The only difference in the connect line for PC B is the '-ro' at the end. The command looks like:
netdrive connect <myserver>:2002 <myimage>.dsk P: -ro
and yet, when I run it, it attempts to open read-write and fails, because PC A has already opened it read-write. I searched the github issues and this forum, and didn't see anything, but of course I may have missed something. The error is:
Error opening virtual hard drive: <myimage>.dsk,
can not open read-write file <myimage>.dsk again
I'm thinking this ought be straightforward, what am I doing wrong here?
Brian