How to create /dev/full

Hello

I ran into a little problem with /dev/full.
Creating it with mknod does not work.
Code:
mknod /dev/full c 2 3
mknod: /dev/full: No such file or directory
I am running FreeBSD 10 RELEASE.
 
Ok, thank you, I didn't know that.
If I use programs which use /dev/full I am out of luck with FreeBSD for the moment, or is there a workaround?
 
hashime said:
If I use programs which use /dev/full I am out of luck with FreeBSD for the moment, or is there a workaround?
It depends whether your system is mission critical or not. If not, you could try using -CURRENT which includes the implementation mentioned above. Of course I have no idea how stable this implementation is (it's in HEAD after all).
 
Back
Top