Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    What was the indication that your first command had actually filled up the disk? Commented Mar 6, 2019 at 7:33
  • 1
    @Kusalananda It was reported by df. I was monitoring it from another virtual terminal using watch df -h Commented Mar 6, 2019 at 7:40
  • 2
    @Kusalananda: you can test this easily with strace strings /dev/urandom > /dev/full Commented Mar 6, 2019 at 9:39
  • 2
    @mosvy OpenBSD uses that same strings implementation from GNU binutils. I was referring to the strace command. Commented Mar 6, 2019 at 19:48
  • 2
    @Kusalananda OK, because the "BSD toolchain" replacement of strings(1) doesn't check for the return value of putchar() either Commented Mar 6, 2019 at 20:15