Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate other options for DriveInfo on Linux #14582

Closed
stephentoub opened this issue May 13, 2015 · 1 comment
Closed

Investigate other options for DriveInfo on Linux #14582

stephentoub opened this issue May 13, 2015 · 1 comment
Labels
os-linux Linux OS (any supported distro)
Milestone

Comments

@stephentoub
Copy link
Member

The System.IO.FileSystem.DriveInfo implementation on Linux currently enumerates the file systems and creates a DriveInfo for each. We should investigate whether there's better information to surface, something closer to what's done on Windows, or whether this is actually what developers will expect.

@stephentoub
Copy link
Member Author

The current approach appears to be sufficient. We can reopen this if it later turns out not to be so.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rtm milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
os-linux Linux OS (any supported distro)
Projects
None yet
Development

No branches or pull requests

2 participants