About the Ethernet board I only have a similar board for the H8. I think we talk about this and my request was for someone to provide schematics. Also it was mentioned to buy off the shelf board with such capability and then interface to the H8/H89
Sent from my Verizon Wireless 4G LTE DROID
Gregg Chandler <
in...@esx.com> wrote:
I did essentially what I believe you said. I virtualized my H-8 and its
HDOS file system, including the front panel. HDOS is probably easier to do
than CP/M in this regard. I translated HDOS file access into the host (in
my case Windows,) file access. I was able to mount Windows folders as a
virtual devices--up to eight of them at once. Individual files sizes grew
to a couple of megabytes apiece as well. The only thing that needed
patching, which I was too lazy to do, was the files sizes displayed in
directory listings exceeded the buffer space allocated by PIP. I had wanted
to interface to the network via ethernet, but was unsuccessful in convincing
anyone to create a board.
On 6/4/14 5:24 PM, "Douglas Miller" <
durga...@gmail.com> wrote:
> I recall working with a backup device that used video tape (this is
> before VHS and home video) to do backups. Can't recall the name, but it
> might have been from Corvus (who also did hard disk systems). It
> redundantly stored blocks of data in video frames with enough
> checksumming to be able to choose a valid duplicate frame as needed.
>
> But, at the risk of starting a barfight, my own point of view is that
> eventually these glorious old machines (like ourselves) will become
> unmaintainable and die. In my mind, the best way to preserve our
> glorious experiences is through virtualization. To that end we would be
> served to keep safe copies of all our files/programs/data on modern storage.
>
> But one thing I've always wondered about is getting an '89 hooked up to
> a modern computer through one of it's high speed communications links,
> like a SASI (hard disk) port. I would think it's not too big a deal to
> interface a SASI port to a PC parallel port. Then you'd need to write a
> driver on the PC to proxy the disk commands from the '89 to your local
> filesystems. The drive should be able to present anything the '89 needs
> in the area of partition tables, etc.
>
> One step further would be to write a driver for the '89 (I am a CP/Mer
> and so think of CP/Net) to virtualize/network drives over the interface
> to the PC. That might not seem like a big improvement, and maybe it
> won't get us much, but I was thinking it could un-shackle us from the
> SASI protocol and allow more simple function-shipping of file operations
> over the interface - allowing the PC to store our actual files natively
> instead of only raw disk images from the '89 (you could directly access
> '89 files on your PC without running a disk image interpreter). Not sure
> about HDOS, but CP/M was taking steps to get away from direct disk I/O
> and push most things through the file interface, so many CP/M
> applications would work in such a mode. I had played with a virtual
> machine that does just that, pretends to be CP/M on a Z80 but uses the
> native OS filesystem.
>
> anyway, just in case there was nothing left to talk about...
>
> On 06/04/2014 03:39 PM, Lee Hart wrote:
>> Lee Hart wrote:
>>>> Well, *I'm* thinking about ways to have mass storage on old computers.
>>>> (I don't want my backup foundation built on the shifting sands of
>>>> here-today gone-tomorrow PC technology).
>>
>> Dave McGuire wrote:
>>> Well good! Let's run with that, then. :-)
>>>
>>> "Floppy tape" systems functioned... barely...once hard drives appeared
>>> those products didn't last very long... The world of tape wasdominated
>>> by huge9-track drives. Some higher-end QIC subsystems appeared, with
>>> ISA-bus interfaces. Those were solid and fast (except when compared to
>>> 9-track), but way too expensive for most people... DC-100 was great at
>>> the time, but they sadly didn't stand the test of time.
>>
>> Thanks for the info. I know lots of systems existed; but I don't know
>> how reliable they turned out to be.
>>
>> Of course, the vast majority of people used whatever was the cheapest
>> system at the time. Thus the "bit rot" that so often plagues older
>> systems.
>>
>> So, I'm trying to figure out (with 20/20 hindsight) what kind of
>> reliable backup storage I *should* be using for my classic computers.
>> Of course I can modem all my files to a PC, and depend on its
>> cheapest-is-best technology. But that feels like just kicking the can
>> down the road. When I want that data back, I don't feel like there's
>> any guarantee I can *get* it back!
>>
>>> Thinking about it further, it would be near-trivial to implement a
>>> SCSI host adapter for something like an H8.
>>
>> Didn't Heath's H67 hard drive use the SASI interface, which is very
>> close to SCSI? The software already exists to run that. If a modern
>> SCSI drive can be interfaced in place of the old H67, that could be a
>> viable solution.
>>
>>> DLT drives and media are small, cheap, readily available, and
>>> practically indestructible. I am willing to bet that a single 40GB tape
>>> cartridge would hold all software ever written for the H-8 and H-89.
>>
>> Tell us more. I've never heard of it!
>>
>>> But the software to drive it would be interesting. Perhaps something
>>> like tar could be written for CP/M and/or HDOS, with small buffers
>>> etc etc.
>>> That would actually be a viable project, I think.
>>
>> I've only seen "tar" mentioned as the linux alternative to "zip"
>> files. Is that what you're referring to?
>>
>> Is it *necessary* to compress files, when the media you're storing
>> them on is vastly bigger than necessary? I would think that when the
>> purpose is archiving, some format that spreads out the data
>> reduntantly with error correction is what would be used.
>>
>>> Don't buy cheap consumer crap hardware... I recommend WD "Red" series
>>> drives.
>>
>> Thanks! I don't know the difference between brands, and online reviews
>> are certainly no help (the blind advising the blind). EVERYTHING is
>> made in China, and there's often no way to tell the good from the bad
>> at the retail level.
>>
>>> Next...Spinning drives up and down causes a great deal of wear and
>>> tear. Buy them, install them, and LEAVE THEM RUNNING.
>>
>> That assumes you do continuous backups? I'm thinking more in terms of
>> spending days to backup most of my H8/89 software on some kind of
>> media, and then putting that media away in a safe place until I need
>> it. It seems like a hard drive running continuously will be less
>> reliable than one that is off except maybe for a few hours a month for
>> updates.
>>
>>> find a good checksummed filesystem and a comfortable way to use it.
>>> ZFS... was ported to Linux and FreeBSD (accessible) from Solaris
>>> (production-grade). That is the one I recommend...
>>
>> Forgive my ignorance; but you're talking getting a version of linux
>> that uses ZFS to run on a Windows PC, and use that PC for a backup
>> file server? Use a serial port to transfer files between it and the
>> H8/H89? Keep in mind you're talking to someone who has never had
>> networked computers, and not been successful at using linux for anything.
>>
>>> There are "canned" NAS packages, for free of course, that
>>> you download as a disk image and install on most any well-configured PC
>>> that essentially turns it into a NAS.
>>
>> NAS = Networked Attached Storage? I had to google a bit to guess. The
>> NAS wiki seems to say it requires an ethernet or other high-speed
>> network to get data in/out. How would you do this with an H89?
>>
>> Assuming you use an NAS with a network for other PCs: Are you using
>> the NAS *instead of* the PC's own hard drive for storing files and
>> programs? If so, what backs up the NAS when it fails? Or, is there
>> some special program that is saving backup copies of the PC's local
>> hard drive on the NAS, so the PC and the NAS back each other up?
>>
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
sebhc+un...@googlegroups.com.
To post to this group, send email to
se...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sebhc/CFB6366E.DAD50%25info%40esx.com.
For more options, visit
https://groups.google.com/d/optout.