You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of System.IO.FileSystem.DriveInfo on Linux uses getmntent_r and friends for accessing file system descriptions, and to my knowledge those APIs don't exist on OS X.