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 MessageReceived on Wed Nov 10 2004 - 06:38:27 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:21 UTC