Re: Setting Up VKERNEL

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Thomas Nikolajsen
Date: Saturday, May 24, 2008 - 4:01 am

>     disklabel -r -w vn0s0 auto

You are missing /dev/vn0 device nodes, make these by:
     cd /dev
     sh MAKEDEV all    # or just 'sh MAKEDEV vn0'


Simplest is to just make the whole disk one partition:
duplicate existing 'c:' partition line at bottom and edit 1st copy: 'c:' -> 'a:', 'unused' -> '4.2BSD'.
Details are in disklabel(8) (man disklabel).

Hope his helps.

 -thomas
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Setting Up VKERNEL, Thomas Nikolajsen, (Sat May 24, 4:01 am)