-
Notifications
You must be signed in to change notification settings - Fork 855
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
The tail -f command doesn't show the file's contents realtime #5168
Comments
First of all if you want to use Ubuntu 20.04 in WSL1 you need to do this workaraound. After that try calling your script from a /home folder and not a /mnt/* one. |
SUCC! tail -f valid except /mnt/* folder |
I was able to repro this on 19628 WSL1 on /mnt/c. It's a solid repro (thanks). In the screencap below My mount line, because it can matter: Now the damndest thing is a similar
Which is all very odd, because the file notifications ought work alright with drvfs. It would take a pretty deep dive to glean what is going on there. What is writing to |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
C:\Users\23889>ver
Microsoft Windows [版本 10.0.18362.778]
C:\Users\23889>wsl --list
Ubuntu-20.04 (default)
There is python script which print every second.
i run it and redirect the output to file log.log, then use tail -f log.log to see what's happening.
The tail -f command doesn't show the file's contents realtime.
The text was updated successfully, but these errors were encountered: