Re: missing mount_devfs

2008-12-17 Thread Rick C. Petty
On Thu, Dec 18, 2008 at 12:18:14AM +0100, oxy wrote:
 
 I installed 7.0-RELEASE/amd64 and tried to create a jail with jailctl.
 after a couple errors i noticed that mount_devfs is missing!
 is there any other way to create devfs in order to make jails?
 thank you!

What about:  mount -t devfs devfs /dev  I believe I saw recently that
devfs mounts were merged into standard mount code.

-- Rick C. Petty
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: missing mount_devfs

2008-12-17 Thread Jille Timmermans
# alias mount_devfs=mount -t devfs

(human: try mount -t devfs instead of mount_devfs)

-- Jille
(I think freebsd-questions is the appropriate list for this)

oxy schreef:
 hi!
 
 I installed 7.0-RELEASE/amd64 and tried to create a jail with jailctl.
 after a couple errors i noticed that mount_devfs is missing!
 is there any other way to create devfs in order to make jails?
 thank you!
 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org