Quote:
Originally Posted by NiLuJe
Current versions of MRPI should be slightly less alarmist about that warning.
TL;DR: It's (mostly) harmless, just reboot your device to err on the side of caution.
|
Is it an issue that root is mounted as rw? I've rebooted my Kindle three times, but it persists as read-write.
Issuing a "mntroot ro" command via USBNet returns:
Code:
# mntroot ro
system: I mntroot:def:Making root filesystem read-only
mount: / is busy
system: E mntroot:def:Re-mounting root filesystem failed
and when I run "mount" it shows root is as "rw"
Code:
# mount
...
/dev/root on / type ext3 (rw,noatime,nodiratime,errors=remount-ro,data=ordered)
...
For reference on my other kindle, which was jailbroken with watchthis it returns root as "ro"
Code:
/dev/root on / type ext3 (ro,noatime,nodiratime,barrier=0,data=writeback)