<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 4, 2014 at 12:39 PM, Michael Loftis <span dir="ltr"><<a href="mailto:mloftis@wgops.com" target="_blank">mloftis@wgops.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I've been using unix and Linux for well over a decade at this<br>

point...and I've *never* heard of /dev/full, null, yes, full, no.  If<br>
it doesn't exist and you're not running as root, your *shell* is going<br>
to error out before erlang is even started because it won't be able to<br>
open the device, or create it.</blockquote><div><br></div><div>See <a href="http://man7.org/linux/man-pages/man4/full.4.html">http://man7.org/linux/man-pages/man4/full.4.html</a> .</div><div><br></div><div>On my Ubuntu 12.04 box:</div>
<div><br></div><div><div>$ ls -l /dev/full</div><div>crw-rw-rw- 1 root root 1, 7 Dec 27 20:26 /dev/full</div></div><div><div>$ echo 1 > /dev/full</div><div>-bash: echo: write error: No space left on device</div></div><div>
<br></div><div>--steve</div></div></div></div>