Date: Fri, 16 Nov 2018 09:35:00 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 225423] panic: softdep_deallocate_dependencies: dangling deps Message-ID: <bug-225423-3630-C7KMuyWsQO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225423-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-225423-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423 --- Comment #19 from Kirk McKusick <mckusick@FreeBSD.org> --- (In reply to Konstantin Belousov from comment #18) If you unmount /dev you lose your console, /dev/null, /dev/zero, /dev/random, etc. A system without these fails to work pretty quickly (as I discovered when I created a jail and forgot to put a /dev in it). I expect a system running with any local filesystem (e.g., UFS, ZFS, ext2fs) would crash and burn pretty quickly if its access to disk was removed. Of course, in insecure mode (which is what we run in by default) we allow root to scribble all over kernel memory through /dev/kmem so unmounting /dev is no worse than that. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225423-3630-C7KMuyWsQO>
