No, this is a valid scenario. And I do not persist in an exact byte
count (that could change every second), but I need a "hint" about the
free capacity (like: "Is it worth to try?".
It's always possible that another application puts data on the storage
system and also that hardware failures reduce the available capacity.
I still would have to capture potential write errors because the
system is running out of space.
As I said, it makes life alot easier if this information is available
(being exact or not). The funny thing is that the information *is*
available in the underlying layers. It just that XAM doesn't provide
access to it. To me this sounds like a bug :)
Matthias