Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
kb8679
on 25/12/2017, 17:33:00 UTC
Very true, but be aware; I've had this one nasty issue where some of the .pyc files got corrupted. While the file system is read-only, this could never happen (I believe the decision to make the FS to read-only was not just to bug the miners, but to eliminate some of the issues that could happen). It's not that big of a work to manually switch between rw&ro when needed and honestly believe that is the safer route.

to resolve the Read-only issue Permanently

Code:
mount / -o rw,remount

then
Code:
vi /etc/init.d/rcS

look for the line
Code:
mount / -o ro,remount

change it to

Code:
mount / -o rw,remount

then save using  " wq! "

you have a read-write root