Answer the question
In order to leave comments, you need to log in
Why doesn't /dev/null work on CentOS?
Very strange question, never met a similar problem.
Initial data: CentOS release 6.8 (Final), LVM partitions are read/write
The command that I entered a thousand times suddenly did not work...
dd if=/dev/null of=testfile bs=100M count=10
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000283543 s, 0.0 kB/s
dd if=/dev/urandom of=testfile bs=100M count=1
1+0 records in
1+0 records out
104857600 bytes (105 MB) copied, 15.1175 s, 6.9 MB/s
rm -f /dev/null; mknod -m 666 /dev/null c 1 3
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question