On 10-May-01 Ruslan Ermilov wrote:
> Hi!
> 
> Just installed recent -CURRENT on my PC, and noticed strange things:
> 
> 1)  If I don't have devfs line in /etc/fstab, why DEVFS mount is still
>     happening on /dev, and where?

devfs is mounted by /sbin/init IIRC.

> 2)  Is it valid that multiple DEVFS mounts over /dev are allowed?

Why wouldn't it be?  (Granted, it is a bit _weird_).  You can do the same with
other fs's:

> mount -t procfs
procfs on /proc (procfs, local)
> sudo mount /proc
> mount -t procfs
procfs on /proc (procfs, local)
procfs on /proc (procfs, local)
> sudo umount /proc

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to