This is a Linux feature, and not unique to BBB. When Linux sees something it does not like with respect to file system handling or I/O, it will convert that file system to RO, to prevent further damage. Research "Linux making file system Read Only" or something similar. You are likely violating something with respect to permissions, or making I/O errors.
To clear the "Read Only" protected status, you will need to do something like mount -o remount / Google is your friend. --- Graham == On Wednesday, June 29, 2016 at 1:17:25 AM UTC-5, Raulp wrote: > > I have followed this famous link : > https://eewiki.net/display/linuxonarm/BeagleBone+Black > > I am able to boot the BBB using pre-compiled kernel but I found that the > file-system has been mounted as Read Only and I am not able to > read/write/mkdir/delete any thing. > Restarting the BBB doesnt solve this. > How can I fix this? > Thanks in advance > Rp > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/be00253b-3e9d-47dc-b826-4548411efdad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
