-
Notifications
You must be signed in to change notification settings - Fork 822
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
du -h reports wrong file size on DrvFs #1894
Labels
Comments
marcogroppo
changed the title
du -h reports wrong file size on DrvFs
Apr 12, 2017
du -h
reports wrong file size on DrvFs
On DrvFs the
|
I have the same issue. Copied this to User Voice at https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/19809499-du-h-reports-wrong-file-size-on-drvfs. Please vote for it there. |
The bug fix should be on its way: #2211 (comment) |
Fixed in 16237. |
This was referenced Sep 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
du -h
(du --block-size=human-readable
) does not work correctly on DrvFs volumes (i.e.,/mnt/c
).If the file size is ~10M
du -h
should output10M
.Totally wrong file size (for example 5 GB for a 10 MB file!)
Windows 10 Creators Update
Windows 10 Pro Version 1703 Build 15063.138
The command works fine on VolFs:
The text was updated successfully, but these errors were encountered: