Andrew Bird
Andrew Bird
#### 1/ fcb creat file with directory + vol bits set DIR bit is stripped from the attr and a volume label is created. #### 2/ create directory then try...
> Cool, in this case your impl indeed looks like a good one. I still have the problem though about returning an open FCB unless I back up the xattr...
> But you haven't yet tested if its a problem at all or not. Even without the seek test, I get a retry, abort, fail when trying to close the...
> You mean, after writing something to that fd? No, in the minimal method to create a label. i.e. int21/16 (fcb creat) int21/10 (fcb close) It doesn't surprise me as...
Yes but close fails on my partial solution for MFS, I'm going to test write, seek 0, read on FAT to see if it's something we need to support.
So the answer to whether you can write data to a label, seek and read it is **yes** Test program wrote 'HELLO' to the label file, Seeks to 2 bytes...
> At that point it seems better to not manipulate the volume label in redirector, Agreed > and instead leave things as they are. :) Not quite: 1 - the...
> And return failure instead, I guess? No creating a file with VOL bit set is the only way to create a label. Currently when setting a label on MFS...
No space on `c:` drive perhaps?