W dniu 2016-02-02 o 20:48, Udo Munk pisze:
Create an IDE harddisk not larger than 500 MB to avoid any problems.
Install the 4.2.10 distribution disks from Steve's Coherent archive.
I have partitioned the 500 MB disk as follows:
root: fdisk /dev/at0x
Best choice during installation.
But good news for those interested is that Steve archive contains also
the last version of fdisk, supporting drives and partitions larger than
500 MB. You have to build it from sources. As a result You will be able
to use 8GB drive with four 2 GB partitions etc.
One could eventually add it to the installation distribution.
Once You have it You can create second harddrive 8GB in Virtualbox and
add partitions
fdisk /dev/at1x
BTW on native systems I use BOOTIT from
https://www.terabyteunlimited.com/company.htm
This program will let you change partition information for each disk drive.
All over the net you'll find more or less unusable installations
on broken VM's working very slow. That often is attributed to
Coherent and it's crappy filesystem/fsck, which is nonsense.
Yes , it is true. Coherent fsck is amazing. Even on my experimental 64
bit filesystem, with 80GB partion , fsck still works. 80-100 GB seems to
be a experimental limit. mkfs is still better . it can make even greater filesystems. But without fsck I would not use such system.
The filesystem is crufty and lacks many features of modern filesystems
of course. But a filesystem that was written for mini's like PDP-11,
Z8000, 286/386 should be very fast on modern 64bit hardware, right?
Well,
IO speed depends on so many factors . In case of Coherent the true
bottleneck is small amount of IO buffer pool in kernel, about <= 2 MB.
At present it is impossible to increase it without rewrite of kernel.
Another limitations is 512 byte blocksize and buffersize.
Linux uses 1024 as a default , at least in older systems. And newest
terabyte drives support 4096 .
I thought many times to increase block size to 1024. It should work
after rebuilding everything from sources .??? Perhaps one could do it a
tunable value in mtune ??
BTW , I have once noticed this already in this group. Namely simple optimisation is to change 16 bit writes/reads in at driver into 32 bit
ones. You need to install ddk to get it right.
I do not know if it increases the speed in Virtualbox, but in native
system the speedup is about 2 (as measured by Bonnie).
Andrzej
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)