DennisWithDai / linux-kernel

0 stars 0 forks source link

Cannot allocate memory if we touch a file in read/write filesystem #7

Closed DennisWithDai closed 7 years ago

DennisWithDai commented 7 years ago

in linux command line: touch: /etc/resolv.conf: Cannot allocate memory grep: /etc/resolv.conf: No such file or directory /usr/share/udhcpc/default.script: line 65: can't create /etc/resolv.conf: Cannot allocate memory /usr/share/udhcpc/default.script: line 65: can't create /etc/resolv.conf: Cannot allocate memory /usr/share/udhcpc/default.script: line 65: can't create /etc/resolv.conf: Cannot allocate memory /usr/share/udhcpc/default.script: line 65: can't create /etc/resolv.conrandom: nonblocking pool is initialized

DennisWithDai commented 7 years ago

Write protection in nand driver lead to read nand flash okay but not write nand flash.