Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Don't check system drive info for *nix default drive #426

Closed
wants to merge 1 commit into from

Conversation

sburnicki
Copy link
Member

This fixes #425 as discussed and tested on the mailing list.

For non-Windows systems we provide a special "File" drive for the root folder.
It does not make sense to check System.IO.DriveInfo information for this drive,
as it is always valid on *nix systems.

When running Pash in docker, this can actually cause Pash to be unusable since "/" might not be listed as a mounted filesystem, so mono can't provide information about it.

@JayBazuzi
Copy link
Contributor

Any idea why AppVeyor didn't run this build? Maybe try recreating the PR?

@sburnicki
Copy link
Member Author

I'm going to resubmit this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Troubles with drives in Docker
2 participants