To create the root fs disk:
format /dev/rfd0135ds18
mkfs -f EAFS /dev/install
mount /dev/install /mnt
cp /tmp/central.root.Z /mnt/ramdisk.Z
Thanks in advance
Scott
Hi Scott !
Not sure about your question (time to improve my English :-)
but you can manage to access the root floppy as follows
(from memory so it couldn't be 100% accurate) :
cd /tmp
mount -r /dev/fd0 /mnt
cp ramdisk.Z .
uncompress ramdisk.Z
umount /mnt
marry -a ramdisk
mount /dev/marry/tmp/ramdisk /mnt
You can now access the floppy contents by referring to
the /mnt directory.
Plase notice that the seventh command (the last mount)
could use a slightly different path (eg, /dev/marry/ramdisk);
please double check under the /dev/marry durectory just to
make sure.
Hope it helps !
Best,
Roberto
--
---------------------------------------------------------------------
Roberto Zini email : fr...@strhold.it
Technical Support Manager -- Strhold Sistemi EDP Reggio Emilia(ITALY)
---------------------------------------------------------------------
"Has anybody around here seen an aircraft carrier?"
(Pete "Maverick" Mitchell - Top Gun)