Date: Wed, 10 Nov 2004 08:38:24 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: current@freebsd.org, small@freebsd.org Subject: HEADSUP: change in root mount semantics for md* devices. Message-ID: <34772.1100072304@critter.freebsd.dk>
next in thread | raw e-mail | index | archive | help
We have had a hack which would mount the root filesystem R/W if
the device were named 'md*'. As part of the vnode work I'm doing
I have had to remove this hack.
People building systems which use preloaded MD root filesystems
may need to insert a "/sbin/mount -u -o rw /dev/md0 /" in their
/etc/rc scripts.
phk 2004-11-10 07:36:09 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
Remove hack which mounts the root filesystem R/W if the device is
named 'md<something>'. While convenient, it does not belong here,
if anywhere at all.
Revision Changes Path
1.146 +0 -7 src/sys/kern/vfs_mount.c
------- End of Forwarded Message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34772.1100072304>
