Skip to content

Commit

Permalink
Merge pull request dotnet/corefx#15451 from stephentoub/drivetype_wsl
Browse files Browse the repository at this point in the history
Add drvfs and lxfs to GetDriveType

Commit migrated from dotnet/corefx@67cc728
  • Loading branch information
stephentoub authored Jan 25, 2017
2 parents 9e0483f + dbc4e50 commit f0443ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private static DriveType GetDriveType(string fileSystemName)
case "befs":
case "bfs":
case "btrfs":
case "drvfs":
case "ecryptfs":
case "efs":
case "ext":
Expand All @@ -166,6 +167,7 @@ private static DriveType GetDriveType(string fileSystemName)
case "jfs":
case "jffs":
case "jffs2":
case "lxfs":
case "minix":
case "minix_old":
case "minix2":
Expand Down

0 comments on commit f0443ba

Please sign in to comment.