Subject: Re: installation problem
To: None <kravietz@aba.krakow.pl>
From: None <jkunz@unixag-kl.fh-kl.de>
List: port-vax
Date: 07/05/2001 17:25:30
On  5 Jul, Pawel Krawczyk wrote:

> It then drops to shell and I can issue commands:
Try to install by hand:
1. label the disk. The first two commands write a fake disklabel to the
disk, that is needed by th third...
disklabel ra0 > dl
disklabel -rR ra0 dl
disklabel -i ra0
# (P prints the label, W writes, Q quits)
mount -o async /dev/ra0a /mnt
# mkdir /mnt/usr
# mount -o async /dev/ra0d /mnt/usr
# and the like, if you have more partitions.
for a in /where/ever/you/have/the/distsets/nfs-mounted/*.tgz 
	echo $a ; tar xzfp $a -C /mnt
done
cd /mnt/dev && ./MAKEDEV all
disklabel -B ra0
reboot

Now should the VAX come up to the single user mode from its own disk.
Press return, 
mount -u /dev/ra0a /
# mount /usr
vi /etc/fstab
vi /etc/rc.conf
^D
-- 



tschüß,
         Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/