DragonFly kernel List (threaded) for 2008-05
DragonFly BSD
DragonFly kernel List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Setting Up VKERNEL


From: Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx>
Date: Sat, 24 May 2008 13:01:42 +0200

>     disklabel -r -w vn0s0 auto
>
>this gives me error saying no such file or directory

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

>And also in the man page there is this comment for the following command.
>Can you tell me what exactly i have to edit in the file.
>  disklabel -e vn0s0      # edit the label to create a vn0s0a partition

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]