open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

file system corruption #296

Closed xiaoshanzi closed 1 year ago

xiaoshanzi commented 1 year ago

I followed the "Build openwifi Linux img from scratc" operation, and an EXIT-fs error occurred when executing "./pos_config.sh", which caused many libraries and tools to fail to download and install. It was found that the file system was damaged. After repeated steps, it was found that this problem would occur as long as apt-get -y install was used. 2023-04-06 19-13-02屏幕截图

JiaoXianjun commented 1 year ago

Please offer more detailed context (such as those questions in our issue template), not just the error itself. You could give the step by step operations (and their outputs), that leads to this error, beginning from the scratch (such as, from "git clone").