Re: Preventing writes to the underlying directory when a mounted filesystem disappears
Andy Smith <[email protected]> Mon, 27 Jul 2026 13:24:09 +0000
| Newsgroups | gmane.linux.debian.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Mon, Jul 27, 2026 at 08:25:40AM -0300, Marcelo Laia wrote: > 3. How would you implement a robust solution for this type of logging > system? In all honestly I don't find USB storage to be the basis of a reliable system and would avoid it if at all possible. If the reliability of the logging is what is most important to you then logging to redundant storage is what you should be doing. That way you have the best chance of it never becoming unavailable. What is the basis for the requirement for USB storage? Without redundancy it is very hard to reliably handler the unexpected disappearance/failure of block devices, and unexpected disappearance/failure is a hallmark of USB storage. Thanks, Andy