Skip to main content
added 260 characters in body
Source Link

I have an android system.img I want to remove the read-only flag so that I can mount and edit it I once saw it somewhere but I can't seem to find the article. maybe it has to do with removing shared_blocks?! I can mount -o ro system.img but when I do mount -o rw I get

mount: /mnt/system: wrong fs type, bad option, bad superblock on

I tried tune2fs -O ^read-only system.img and e2fsck -fy -E unshare_blocks system.img it still doesn't mount rw

I have an android system.img I want to remove the read-only flag so that I can mount and edit it I once saw it somewhere but I can't seem to find the article. maybe it has to do with removing shared_blocks?!

I have an android system.img I want to remove the read-only flag so that I can mount and edit it I once saw it somewhere but I can't seem to find the article. maybe it has to do with removing shared_blocks?! I can mount -o ro system.img but when I do mount -o rw I get

mount: /mnt/system: wrong fs type, bad option, bad superblock on

I tried tune2fs -O ^read-only system.img and e2fsck -fy -E unshare_blocks system.img it still doesn't mount rw

Source Link

How do we clear the read only flag on ext4 partition

I have an android system.img I want to remove the read-only flag so that I can mount and edit it I once saw it somewhere but I can't seem to find the article. maybe it has to do with removing shared_blocks?!