Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

Anyone with access to the device or the file you've created the filesystem in, will be able to write to it. You might be able to fake it though. I...

Well, to do that, could you set a limit on the FAT filesystems size - if not supported, then wrap a device in a custom stream that limits its size?...

Those paths work in the actual filesystem, with the backwards slashes? :O As for the symlinks. I'm surprised we resolve the symlinks in the GetFiles() call. Can you work out...

Are we sure this should be part of DiscUtils? It might be a good candidate for a seperate project though, f.ex. DiscUtils.Servers.NFS (if it's to be part of DU).

Ok - so the API stuff, like protocol messages and potentially even a client, without a doubt should go into the NFS package. An actual server is another thing entirely...

So, you created a VHD(X), partitioned it, and created a filesystem -- all using DU? -- and that's what Windows doesn't recognize?

Have you tried using `stream.CopyTo(otherStream)` ?

I wouldn't know where to begin. If it only happens sometimes (different data), it's likely a bounds check that's gone wrong.. If it happens sometimes, on the same data, it's...