Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
diaahussein
on 25/12/2017, 17:26:54 UTC
to resolve the Read-only issue

Code:
mount / -o rw,remount

filesystem will return to read-only at reboot

to make the Filesystem read-write Permanently ( our friend kb8679 thinks that this might give a risk for files corruption, so do it at your own Risk )
 
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  esc " :wq "

you have a read-write root