Hi
I want to have two systemdisks with fastfile system.
I tried to copy the working diskpartition to anotherone and tried tar
and vdump/vrestore.
In any case booting the second disk stops after jumping to the bootstrap
code and says:
can't open osf_boot.
I made two fastfilesystems :
root2_domain#root 160000 110280 33888 77% /
secondary disk :
mount root_domain#root /mnt
root_domain#root 160000 109828 38608 74% /mnt
cd /
in single user mode : tar -cf - -e /mnt . | (cd /mnt; tar -xpf -);
or
in mulituser mode : vdump -0 -f - / | (cd /mnt; vrestore -xf -);
Both commands produced the same filesystem.
But the original disk dka100 is booting.
The new disk hangs :
boot dka0
boot 0 of dka0.0.0.6.0 is valid boot block image_bytes=2000
reading 32 blocks
base 1f200, image -start=0
page_table at 1e4000
jump to bootstrap code
can't open osf_boot
booting dka100 delivers nearly the same output, only one value is
different :
boot 0 of dka1.0.0.6.0 is valid boot block image_bytes=4000
Thanks
MAX
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Maximilian Hadersbeck
Centrum fuer Informations- und Sprachverarbeitung
Ludwig Maximilians Universitaet
Oettingerstr. 67
80538 Muenchen
(089) 21782717, FAX (089) 21782701
max_at_cis.uni-muenchen.de
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Mon Jul 29 1996 - 18:49:22 NZST