NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/58033: Complete system crash dues to FFSv2 logging.
The following reply was made to PR kern/58033; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: naguam%ik.me@localhost
Cc: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost
Subject: Re: kern/58033: Complete system crash dues to FFSv2 logging.
Date: Wed, 13 Mar 2024 01:20:31 +0000
In general, NetBSD file systems have not (yet) been made resilient to
forced removal of the underlying storage volume, and may crash.
This isn't specific to ffsv2 logging; you can reproduce it in ffs
without logging, or in ext2fs.
We recommend mounting file systems from external media with `-o rump'
so they run in userspace and, in the event of removal of the media,
only crash a userspace process instead of crashing the whole kernel.
Home |
Main Index |
Thread Index |
Old Index