Article 4YGQ3 Do block device changes propgate to mounts

Do block device changes propgate to mounts

by
YuvalAvra
from LinuxQuestions.org on (#4YGQ3)
I've been using debugfs to write/change block devices directly, and I'm seeing inconsistencies when it comes to existing mounts of that block device, the changes I make don't always appear in the mount.

When do changes to the block device propagate to existing mount points of that device?
If the mount is read-only - does that have any effect?

For example:
Code:$ debugfs -w /dev/rootfs_device
(debugfs) cd lib64
(debugfs) write my_library.so library.so
(debugfs) close -a
$ ls -al /lib64 # Changes don't always propagate to mount (maybe there's a correlation to file size?)Thankslatest?d=yIl2AUoC8zA latest?i=fPIhgh116a0:6VRs4hYn-6s:F7zBnMy latest?i=fPIhgh116a0:6VRs4hYn-6s:V_sGLiP latest?d=qj6IDK7rITs latest?i=fPIhgh116a0:6VRs4hYn-6s:gIN9vFwfPIhgh116a0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments