On 4/26/06, Brian A. Seklecki <[EMAIL PROTECTED]> wrote:
> If only I could bypass the check that disallows a device from becoming
> mounted twice.  When an RD kernel boots, /dev/rd0a is not explicitly
> mounted as /, instead "root_device" is.
>
> However, if I try to mount(2) /dev/rd0a under a fresh MFS /, I get errno
> 16 Device busy.  So somewhere in the kernel outside of the fstab(5) a
> the device is being flagged as in-use.

see code in ffs/ffs_vfsops.c ffs_mountfs

Reply via email to