We need tests for: - [x] reading from and writing to files located on a remote machine (#54474 and #54475, added in #54545) - [x] reading from and writing to files located on a device (#54143, added in #54545 and #54673) - [ ] using more file systems: - [ ] Windows NFS server (#44546) - [ ] delayed allocations like ext4 from #32600 - [ ] different max file size like FAT32 (#66544) ([test](https://github.com/dotnet/runtime/blob/4e4b8bf2d95280e4e87881b79038d1b89f347944/src/libraries/System.IO.FileSystem/tests/FileStream/ctor_options_as.Windows.cs#L47)) - [ ] probably much more than the three above - [ ] writing to a disk that becomes full (#38742)
We need tests for: