Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #85519

Does Linux Have Better Solution Than "inotify" ?

Date 2026-04-07 20:14 -0400
Newsgroups comp.os.linux.misc
From c186282 <c186282@nnada.net>
Subject Does Linux Have Better Solution Than "inotify" ?
Organization wokiesux
Message-ID <RTedna2XM4tpAEj0nZ2dnZfqn_adnZ2d@giganews.com> (permalink)

Show all headers | View raw


Say you want to promptly duplicate what ever has been
writ to your disk on another disk, or remote drive or
cloud drive or whatever.

'inotify' and its kin can tell you what's changed,
but it's basically a POLLING sort of operation and
including an entire drive would be insanely slow.
It's a sort of localized rsync daemon.

Now SOMEWHERE Linux does put together a filename
and destination as it's about to write. The
big question is where, and can users SEE this ?

SoftRAID software does seem to tap into something
like this, so it's THERE, somewhere. I tried
looking at softRAID code but it's huge and only
just so well documented. No luck - I can't find
what it's looking at - kernel, driver, who knows ?

Back to comp.os.linux.misc | Previous | NextNext in thread | Find similar


Thread

Does Linux Have Better Solution Than "inotify" ? c186282 <c186282@nnada.net> - 2026-04-07 20:14 -0400
  Re: Does Linux Have Better Solution Than "inotify" ? Rich <rich@example.invalid> - 2026-04-08 03:58 +0000
    Re: Does Linux Have Better Solution Than "inotify" ? c186282 <c186282@nnada.net> - 2026-04-08 13:03 -0400
      Re: Does Linux Have Better Solution Than "inotify" ? Rich <rich@example.invalid> - 2026-04-09 21:51 +0000
    Re: Does Linux Have Better Solution Than "inotify" ? Richard Kettlewell <invalid@invalid.invalid> - 2026-04-08 18:10 +0100
      Re: Does Linux Have Better Solution Than "inotify" ? c186282 <c186282@nnada.net> - 2026-04-08 13:21 -0400
      Re: Does Linux Have Better Solution Than "inotify" ? Rich <rich@example.invalid> - 2026-04-09 21:52 +0000

csiph-web