Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #15451 from stephentoub/drivetype_wsl
Browse files Browse the repository at this point in the history
Add drvfs and lxfs to GetDriveType
  • Loading branch information
stephentoub authored Jan 25, 2017
2 parents e1938e5 + c3345cd commit 67cc728
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 67cc728

Please sign in to comment.