On 11 Oct 2013, at 07:47, Daniel Soderstrom <snaggs at mac.com> wrote:
There are plenty of CF or SD cards under 18gb. Also, there must be some way of only using part of a drive, as these cards are used extensively in old Macs which have a 170mb boot drive limit.
I'm fully aware of that, in fact I plan to try using a 4GB CF card on my 4000/60 at some stage to see what it does. You linked to a *SATA* to SCSI adapter intended for use on hard drives?
I'm aware that SATA to CF/SD adapters are available, I used one for a while with a CF card. That may be an option but like others have said the reliability can be variable. Also some companies that offer embedded micro-PC stuff also sell 8GB and 16GB SATA SSDs that might be an option too, maybe? I am fairly sure I have a 16GB one spare somewhere.
On a Mac you can lay down partitions on the disk, the limit on a Mac IIRC is on partition size on the the early SCSI machines, not on the drive size (which I think is 2GB or 4GB on those due to limitations on the SCSI chip?). I am not aware of any way to make DEC software do that.
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
On 11/10/2013 01:52, Daniel Soderstrom wrote:
http://www.artmix.com/SATA_SCSI_AZMN_II_1.html
This adapter is available on ebay for $149 and he says they work well in Vaxstations. He also has some which take CF flash cards.
Regards,
Daniel,
Thanks for the link Daniel. This is great news. I know that there have been various incarnations of adapters that have come and gone and been niche enough that there hasn't been reliable evidence of their functionality computers with older scsi implementations. Typically they are built to support equipment in the music industry.
Anything that provides us a way forward is definitely a good thing! I don't like noisy hard drives any more than the next person.
I will have to explore my theory of the 18GB limit on the VAXstation 4000/60 and /90 and I thought that was a hard rule, but I'm happy to be proved wrong. It may be that I was using an earlier version of VMS where it definitely is the case that only certain models of drive are supported. I had to root around to find a supported drive for OpenVMS 6.1 - even generic Seagate 50 pin SCSI 2.1GB drives weren't recognised because they aren't RZ* tagged in the firmware.
Regards, Mark.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
I think it is about as fast as possible, but it might be more memory efficient.
On my machine with firefox, the images are drawn about instantly.
On Thu, Oct 10, 2013 at 11:41:06PM +0200, Sampsa Laine wrote:
Sweet. The code is a tad slow right now, are you looking into that as youre cleaning it up?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 10 Oct 2013, at 23:23, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Yes, if you include a <canvas> element and call a JS function with the id
of the canvas and the file to display. I only need to clean up the code!
On Thu, Oct 10, 2013 at 09:40:16PM +0200, Sampsa Laine wrote:
Cool so it would be possible to include the JS on an arbitrary page and display SIXEL graphics using it?
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 10 Oct 2013, at 20:25, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Perhaps I made a few improvements!
The buttons load a real sixel file instead of a Javascript string.
http://rullf2.xs4all.nl/sg/sg.html
On Wed, Oct 09, 2013 at 10:17:28PM +0200, Sampsa Laine wrote:
I meant in a browser, so you'd have a script that you can call to display SIXEL images
stored on a server, like <IMG> tags but using JS function calls instead :)
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:15, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
I use SpiderMonkey for stand-alone Javascript - adding a ppm output
function would not be difficult!
On Wed, Oct 09, 2013 at 10:12:36PM +0200, Sampsa Laine wrote:
A JS library that could display SIXEL images would be pretty awesome though :)
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 22:11, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
With a little effort, I could write a tool to convert sixel to ppm...
Perhaps in C, so that it would work as a foreign command under VMS.
A plugin would be more difficult...
On Wed, Oct 09, 2013 at 07:32:48PM +0200, Sampsa Laine wrote:
That's awesome!
I wonder if we could turn this into a SIXEL decoding plugin for websites somehow..
So you could have a whole bunch of SIXEL images on a website, an INDEX.HTML that imports this javascript and then displays the images?
Because I haven't found any utilities to convert images FROM sixel to other formats, just one to convert netpbm -> sixel.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 9 Oct 2013, at 19:28, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi Sampsa,
At http://rullf2.xs4all.nl/sg/sg.html
type
js> load('monkey.js')
js> display(s$)
It needs 'continue script' once or twice.
:)
Erik
On Tue, Oct 08, 2013 at 04:06:36PM +0200, Sampsa Laine wrote:
On 8 Oct 2013, at 16:03, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi all,
For those interested in Sixels, I ported the code (quick and dirty)
from ftp://ftp.cs.utk.edu/pub/shuford/terminal/all_about_sixels.txt
to Javascript and combined it with Flot and a JQuery terminal:
http://rullf2.xs4all.nl/sg/sg.html
You then get a Javascript terminal, with a display function; some examples:
js> example$
js> display(example$)
js> display(Array(5).join('CA at ACGOG'))
js> display('HECNET')
and
js> display(digital$)
Considering the run time to display the latter image, photos should
perhaps not be too detailed...
Cool - any change you could add my logo (B&W picture of angry monkey from Family Guy)?
That would totally make my day.
There are plenty of CF or SD cards under 18gb. Also, there must be some way of only using part of a drive, as these cards are used extensively in old Macs which have a 170mb boot drive limit.
Regards,
Daniel,
Sent from my iPad
On 11 Oct 2013, at 2:13 pm, Mark Benson <md.benson at gmail.com> wrote:
On 11 Oct 2013, at 01:52, Daniel Soderstrom <snaggs at mac.com> wrote:
http://www.artmix.com/SATA_SCSI_AZMN_II_1.html
This adapter is available on ebay for $149 and he says they work well in Vaxstations. He also has some which take CF flash cards.
Which is great, but again you run in to the snag that I've never seen a SATA disk smaller than 40GB and the upper size limit on a VAXstation is typically 18GB. Somewhat problematic.
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
On 11.10.2013 2:35, Mark Wickens wrote:
On 10/10/2013 17:50, Kari Uusim ki wrote:
On 10.10.2013 18:19, Paul_Koning at Dell.com wrote:
On Oct 10, 2013, at 10:35 AM, Brian Hechinger
<wonko at 4amlunch.net<mailto:wonko at 4amlunch.net>> wrote:
On Thu, Oct 10, 2013 at 02:32:26PM +0000,
Paul_Koning at Dell.com<mailto:Paul_Koning at Dell.com> wrote:
...
Then there is the Gigaswitch, a large modular chassis with lots of
line cards, some FDDI, some Ethernet, possibly some with other stuff
I don't remember.
I think this is the one I had. Big modular thing. Maybe (and going by
really fuzzy memory here) 8U high?
I was going to say "that sounds right" based on my memory of seeing
one gathering dust around here. But the picture here:
http://www.global-itcorp.com/products/digital-dec/networking/gigaswitch/
shows a much taller enclosure, half line card space and half power
supply. Each section does look like 8U or so.
Some searching turns up refurbished Gigaswitch modules. Some are
pretty cheap, but it looks like those are ATM ones, the FDDI ones I
see quoted are more expensive. Perhaps because FDDI was fairly
successful at least for a short time, while ATM (as a LAN) was an
utter failure.
paul
.
Quite so, the Gigaswitch FDDI is large. The measurements are: 35.25" x
19.95" x 19.50" and the weight is 192lbs. The power consuption is
about 1000W depending on the amount of line cards.
There are FDDI fiber and twisted pair line cards and 100BaseT line cards.
Many operators used to have those at the time and the later ATM
versions as well.
Kari
This sounds like it might be the right solution for me?
http://www.pyramiddec.com/shop/FDDI-to-Fast-Ethernet-Gateway.asp?id=dvnfx-mx
VNswitch900FX, FDDI/FE swt 1 FDDI and 2 FE port switch.
Yes, that would be the one when converting between FDDI and 100BaseT Ethernet.
The best effort it can produce is about what 100BaseT can, because it is the lowest common nominator. FDDI performs better due to the larger packet size (which is usable only between FDDI nodes) and the lower overhead.
Btw. Many of the FDDI principles was used when developing FibreChannel.
Kari
On 11 Oct 2013, at 01:52, Daniel Soderstrom <snaggs at mac.com> wrote:
http://www.artmix.com/SATA_SCSI_AZMN_II_1.html
This adapter is available on ebay for $149 and he says they work well in Vaxstations. He also has some which take CF flash cards.
Which is great, but again you run in to the snag that I've never seen a SATA disk smaller than 40GB and the upper size limit on a VAXstation is typically 18GB. Somewhat problematic.
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
http://www.artmix.com/SATA_SCSI_AZMN_II_1.html
This adapter is available on ebay for $149 and he says they work well in Vaxstations. He also has some which take CF flash cards.
Regards,
Daniel,
Sent from my iPad
On 11 Oct 2013, at 12:33 am, Sampsa Laine <sampsa at mac.com> wrote:
Iirc solid-state SCSI drives existed.
They did, and they still exist. They tend to be industrial grade stuff,
however and also tend to be silly expensive.
Yeah.
It's unfortunate, really. :(]
Yeah. :(
Sounds like a business opportunity, basically build an enclosure, get 5-6 consumer SSDs, RAID6 them, expose a SCSI/SAS/eSATA interface to the host. If one of the drives breaks/runs out of write cycles, the box indicates the slot and we provide a new SSD for the slot.
Sampsa
On 10/10/2013 17:50, Kari Uusim ki wrote:
On 10.10.2013 18:19, Paul_Koning at Dell.com wrote:
On Oct 10, 2013, at 10:35 AM, Brian Hechinger <wonko at 4amlunch.net<mailto:wonko at 4amlunch.net>> wrote:
On Thu, Oct 10, 2013 at 02:32:26PM +0000, Paul_Koning at Dell.com<mailto:Paul_Koning at Dell.com> wrote:
...
Then there is the Gigaswitch, a large modular chassis with lots of line cards, some FDDI, some Ethernet, possibly some with other stuff I don't remember.
I think this is the one I had. Big modular thing. Maybe (and going by
really fuzzy memory here) 8U high?
I was going to say "that sounds right" based on my memory of seeing one gathering dust around here. But the picture here: http://www.global-itcorp.com/products/digital-dec/networking/gigaswitch/ shows a much taller enclosure, half line card space and half power supply. Each section does look like 8U or so.
Some searching turns up refurbished Gigaswitch modules. Some are pretty cheap, but it looks like those are ATM ones, the FDDI ones I see quoted are more expensive. Perhaps because FDDI was fairly successful at least for a short time, while ATM (as a LAN) was an utter failure.
paul
.
Quite so, the Gigaswitch FDDI is large. The measurements are: 35.25" x 19.95" x 19.50" and the weight is 192lbs. The power consuption is about 1000W depending on the amount of line cards.
There are FDDI fiber and twisted pair line cards and 100BaseT line cards.
Many operators used to have those at the time and the later ATM versions as well.
Kari
Here is the product specification for the 900FX: http://h21007.www2.hp.com/portal/download/dspp/files/unprotected/partners/5…
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
On 10/10/2013 17:50, Kari Uusim ki wrote:
On 10.10.2013 18:19, Paul_Koning at Dell.com wrote:
On Oct 10, 2013, at 10:35 AM, Brian Hechinger <wonko at 4amlunch.net<mailto:wonko at 4amlunch.net>> wrote:
On Thu, Oct 10, 2013 at 02:32:26PM +0000, Paul_Koning at Dell.com<mailto:Paul_Koning at Dell.com> wrote:
...
Then there is the Gigaswitch, a large modular chassis with lots of line cards, some FDDI, some Ethernet, possibly some with other stuff I don't remember.
I think this is the one I had. Big modular thing. Maybe (and going by
really fuzzy memory here) 8U high?
I was going to say "that sounds right" based on my memory of seeing one gathering dust around here. But the picture here: http://www.global-itcorp.com/products/digital-dec/networking/gigaswitch/ shows a much taller enclosure, half line card space and half power supply. Each section does look like 8U or so.
Some searching turns up refurbished Gigaswitch modules. Some are pretty cheap, but it looks like those are ATM ones, the FDDI ones I see quoted are more expensive. Perhaps because FDDI was fairly successful at least for a short time, while ATM (as a LAN) was an utter failure.
paul
.
Quite so, the Gigaswitch FDDI is large. The measurements are: 35.25" x 19.95" x 19.50" and the weight is 192lbs. The power consuption is about 1000W depending on the amount of line cards.
There are FDDI fiber and twisted pair line cards and 100BaseT line cards.
Many operators used to have those at the time and the later ATM versions as well.
Kari
This brochure would also point to the 900FX as a viable solution:
http://www.carotek.com/tennessee_contract/Product%20Information/DigitalNetw…
viewing the table at the end.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
On 10/10/2013 17:50, Kari Uusim ki wrote:
On 10.10.2013 18:19, Paul_Koning at Dell.com wrote:
On Oct 10, 2013, at 10:35 AM, Brian Hechinger <wonko at 4amlunch.net<mailto:wonko at 4amlunch.net>> wrote:
On Thu, Oct 10, 2013 at 02:32:26PM +0000, Paul_Koning at Dell.com<mailto:Paul_Koning at Dell.com> wrote:
...
Then there is the Gigaswitch, a large modular chassis with lots of line cards, some FDDI, some Ethernet, possibly some with other stuff I don't remember.
I think this is the one I had. Big modular thing. Maybe (and going by
really fuzzy memory here) 8U high?
I was going to say "that sounds right" based on my memory of seeing one gathering dust around here. But the picture here: http://www.global-itcorp.com/products/digital-dec/networking/gigaswitch/ shows a much taller enclosure, half line card space and half power supply. Each section does look like 8U or so.
Some searching turns up refurbished Gigaswitch modules. Some are pretty cheap, but it looks like those are ATM ones, the FDDI ones I see quoted are more expensive. Perhaps because FDDI was fairly successful at least for a short time, while ATM (as a LAN) was an utter failure.
paul
.
Quite so, the Gigaswitch FDDI is large. The measurements are: 35.25" x 19.95" x 19.50" and the weight is 192lbs. The power consuption is about 1000W depending on the amount of line cards.
There are FDDI fiber and twisted pair line cards and 100BaseT line cards.
Many operators used to have those at the time and the later ATM versions as well.
Kari
This sounds like it might be the right solution for me?
http://www.pyramiddec.com/shop/FDDI-to-Fast-Ethernet-Gateway.asp?id=dvnfx-mx
VNswitch900FX, FDDI/FE swt 1 FDDI and 2 FE port switch.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo