unxutils 2007.03.01 ---tail.exe: write error: No space left on device #3302
-
Bug Reportunxutils 2007.03.01 tail.exe ╰─ $PSVersionTable.PSVersion ─╯ Major Minor Patch PreReleaseLabel BuildLabel 7 2 1 ╰─ scoop list ─╯ 7zip 21.07 [main] Current BehaviourProblem 1: tail.exe: write error: No space left on device Expected BehaviourMy C drive is confirmed to have enough disk space, why is the error "write error: No space left on device" reported? I also confirmed that it has sufficient permissions, see screenshot above. So, my desired result is that this command should output my logs normally. Additional context/outputPossible SolutionSystem detailsMicrosoft Windows [ 10.0.19044.1526] 64bit powershell 7.2.1 Additional software: [(optional) e.g. ConEmu, Git] Scoop Configuration{ //# Your configuration here |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
This looks like a problem with unxutils package, which is extremely extremely outdated. If you want more up to date coreutils, use the /cc @issaclin32 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. Yes, I just moved from a linux environment to a windows environment and was looking for some linux-like command line toolkits. |
Beta Was this translation helpful? Give feedback.
-
I can't really comment on stability because I don't use any of them, but I'd recommend trying
|
Beta Was this translation helpful? Give feedback.
-
Or you can just use Bash (which comes with Git for Windows). It will have the most stable and latest unix tools. |
Beta Was this translation helpful? Give feedback.
-
Yes, I have the windows version of git-bash. use it too. |
Beta Was this translation helpful? Give feedback.
-
Added notes that directs the user to use |
Beta Was this translation helpful? Give feedback.
This looks like a problem with unxutils package, which is extremely extremely outdated. If you want more up to date coreutils, use the
coreutils
,uutils-coreutils
orbusybox
(any one of these) package./cc @issaclin32