-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
scoop checkup could check NTFS-ness #1944
Comments
r15ch13
added a commit
that referenced
this issue
Jan 8, 2018
Something like this 43a02b2? |
You're very kind, thank you for actioning that so quickly! (As a friendly reminder, you can also close this issue with that commit, unless you were expecting more commits to follow) |
@mdaniel Thanks for the friendly reminder. 😉 Just forgot to add it 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior:
scoop install $thing
fails due to$env:SCOOP
living on an ExFAT drivescoop checkup
did not verify that$env:SCOOP
(and presumably its$env:SCOOP_GLOBAL
friend) resides on an NTFS volumeExpected behavior:
scoop checkup
would report "Scoop requires an NTFS volume to work" (optionally includingto work"to make use of junction links", if the primary audience is technical folks, since I bet that is the clearest)I have an SSD for my primary volume, and put development stuff (Maven home, most git checkouts, that kind of thing) on the larger, non-Windows volume. For historical, cross-OS reasons, that volume is ExFAT, not NTFS. So, when I pointed
$env:SCOOP
atd:\Scoop
, things did not end well.The text was updated successfully, but these errors were encountered: