NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/52056: mount -u / causes a kernel assertion
The following reply was made to PR kern/52056; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/52056: mount -u / causes a kernel assertion
Date: Fri, 10 Mar 2017 10:50:47 +0100
On Fri, Mar 10, 2017 at 09:35:01AM +0000, J. Hannken-Illjes wrote:
> -> mount -u / "Change root from read-only,no-log to no-log"
I somehow would have expected it to go to "log", as that is what my
/etc/fstab has:
/dev/wd0a / ffs rw,log 1 1
(which, IIUC, would also fix the issue).
But of course you are right:
# mount /
# mount
/dev/wd0a on / type ffs (log, local)
and (after a reboot):
# mount -u /
# mount
/dev/wd0a on / type ffs (local)
(so I guess I should get rid of that old -u muscle memory and just use the
former variant)
Martin
Home |
Main Index |
Thread Index |
Old Index