28 Mar
2009
28 Mar
'09
12:32 a.m.
On Thu, 2009-03-26 at 10:08 +0100, Alexandre Julliard wrote:
Guy Albertelli <galberte(a)neo.rr.com> writes:
1. The initial problem was that the CreateFile above would not successfully translate the volume id to the associated Unix file. #3/10 fixed that.
That should go in mountmgr, it already creates the volume symlinks and manages the devices. What is needed is a way to associate a symlink with a real Unix file so that you can do reads/writes on it, not just ioctls.
I now understand what you mean. Like the "dosdevices/c:" symlink, mountmgr should create "dosdevices/volume{00000000-0000-0000-0000-000000000043}" as a symlink to the same place as the c: one. I will rework this with additional tests.