View Single Post
Old 11-12-2023, 09:16 PM   #401
tinycrabman6
Member
tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.tinycrabman6 ought to be getting tired of karma fortunes by now.
 
Posts: 15
Karma: 1000000
Join Date: May 2022
Location: United States
Device: Kindle Voyage, Paperwhite, Scribe
Quote:
Originally Posted by NiLuJe View Post
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)
tinycrabman6 is offline   Reply With Quote