Quote:
Originally Posted by Tulapi
But I can't copy or rename anything, because it says :
"Read-only file system"
Is there anything I can do to solve this problem ?
|
You need to remount the partition read-writeable:
mount -o remount,rw /ebrmain
Running 'mount' by itself shows you what is mounted and what options were used in each case. You can use "-o remount,ro" to put it back to read-only afterwards.
Good luck.