View Single Post
Old 05-24-2011, 02:30 PM   #7
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,055
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Tulapi View Post
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.

Last edited by rkomar; 05-24-2011 at 02:34 PM. Reason: Added note for setting read-only
rkomar is offline   Reply With Quote