[CUWiN-Dev] Setting Up UML Image

Quantum Scientific Info at Quantum-Sci.com
Wed Mar 16 17:36:00 CST 2005


Spent all day on this.  Trying to set up a container file in which to install 
NetBSD for UML.  There is no bsdlabel nor disklabel for Linux, so using the 
NetBSD Live CD.  I think it's just being obstreperous, and is -intentionally- 
resisting arrest.  Is this what it's always like to work on BSD?
Also still wondering about the questions below.  Time to go drink.

dd if=/dev/zero of=cuwin-dev.img bs=512 count=2000
 
mdconfig -a -t vnode -f cuwin-dev.img
 invalid number of blocks
 
mdconfig -a -t /dev/vn0c -f cuwin-dev.img
 invalid number of blocks
 
mdconfig -l
 usage: mdconfig <device> <512-byte-blocks>
 
mdconfig -a -t vnode -f cuwin-dev.img 2000
 invalid number of blocks
 
mdconfig -a -t vnode -f cuwin-dev.img -b 2000
 invalid number of blocks
 
mdconfig -a -t vnode -f cuwin-dev.img -count 2000
 invalid number of blocks
 
vnconfig -s labels -c vn0 cuwin-dev.img
 vnconfig: unknown option -s
 
vnconfig -c vn0 cuwin-dev.img
 vnconfig: /dev/rvn0d: opendisk: No such file or directory
 
vnconfig vn0 cuwin-dev.img
 vnconfig: /dev/rvn0d: opendisk: No such file or directory

mount -t ext2fs /dev/wd0d /mnt/hda4
 mount_ext2fs: /dev/wd0d on /var/mnt/hda4: Input/output error

mount -t ext2fs -f /dev/wd0d /mnt/hda4
 mount_ext2fs: /dev/wd0d on /var/mnt/hda4: Input/output error
 
Carl Cook
 

On Tuesday 15 March 2005 18:42, Quantum Scientific wrote:
> So in looking at HSLS it seems there should be a config file 
> in /etc/rc.conf.d, but it's not there.  staticroute draws on route.conf, but 
> not there.  How?
> 
> What is the CUWin naming daemon?



More information about the CU-Wireless-Dev mailing list