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

Always use drive-remapping (internally) #103

Merged
merged 1 commit into from
May 26, 2024
Merged

Always use drive-remapping (internally) #103

merged 1 commit into from
May 26, 2024

Conversation

skx
Copy link
Owner

@skx skx commented May 26, 2024

Rather than conditionally using subdirectories as drives, we now just do that always. If drives are in use then we have amapping:

  • A: -> A/
  • B: -> B/
  • etc

If they are not?

  • A: -> .
  • B: -> .
  • etc

That means we can always use our lookup table (i.e. map) to know where to look for things and don't need to have special cases.

This closes #101.

Rather than conditionally using subdirectories as drives, we now
just do that always.  If drives are in use then we have amapping:

* A: -> A/
* B: -> B/
etc

If they are not?

*A: -> .
*B: -> .

That means we can always use our lookup table (i.e. map) to know
where to look for things and don't need to have special cases.

This closes #101.
@skx skx merged commit 42f46c8 into master May 26, 2024
2 checks passed
@skx skx deleted the 101-always-drives branch May 26, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Always use drives (internall)
1 participant