Assuming your kernel has KERNFS and PROCFS turned on, these entries in /etc/fstab should do the job: procfs /proc procfs rw 0 0 kernfs /kern kernfs rw 0 0 then you can "mount /kern" and "mount /proc" and the magic will happen (oh, those directories have to exist, too). Erik <fair@clock.org>