Hmm.. was there ever an 8" floppy drive for the BBC?

discuss both original and modern hardware for the bbc micro/electron
User avatar
Pernod
Posts: 3439
Joined: Fri Jun 08, 2012 11:01 pm
Location: Croydon, UK
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by Pernod »

gtoal wrote: Tue Sep 10, 2019 6:34 pm Could some kind soul please extract the contents of D1000.IMG and D1000B.IMG from http://gtoal.com/bbc/ ?
Just rename them to .ssd and mount in BeebEm, then use Edit->Export Files from Disc.

The DNFS30 ROM image is the standard DNFS.
- Nigel

BBC Model B: ATPL Sidewise, Acorn Speech, 2xWatford Floppy Drives, AMX Mouse, Viglen case, BeebZIF, etc.
gtoal
Posts: 89
Joined: Sat Nov 04, 2017 2:07 am
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by gtoal »

I guess I could do that, but I have several hundred images to unpack and was waiting until I could find a command line program that I could script to do them all at once rather than each one manually through a GUI :-/

The 8in DFS code in that drive image takes the standard rom and patches it and writes out a new image. If I remember right, it disables the net part of the rom. I can't remember if it changes the filing system number or not to allow regular DFS to work at the same time - it's been a long time...

G
Last edited by gtoal on Tue Sep 10, 2019 7:52 pm, edited 1 time in total.
User avatar
davidb
Posts: 3400
Joined: Sun Nov 11, 2007 10:11 pm
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by davidb »

I extracted the files from D1000.IMG but couldn't manage to do the same from D1000B.IMG. What kind of format is that using?
Attachments
D1000.zip
(27.52 KiB) Downloaded 57 times
User avatar
BeebMaster
Posts: 7420
Joined: Sun Aug 02, 2009 5:59 pm
Location: Lost in the BeebVault!
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by BeebMaster »

D1000B.IMG is a corrupt DFS disc image containing one file. The catalogue and map at the first two sectors have been overwritten with zeroes, then a BASIC file starts at sector 2 which is attached.
D1000B,ffb.zip
(1.42 KiB) Downloaded 64 times
Image
Coeus
Posts: 3559
Joined: Mon Jul 25, 2016 12:05 pm
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by Coeus »

gtoal wrote: Tue Sep 10, 2019 7:52 pm I guess I could do that, but I have several hundred images to unpack and was waiting until I could find a command line program that I could script to do them all at once rather than each one manually through a GUI :-/
Check out SWH's beeb perl script: https://www.spuddy.org/Beeb/mmb_utils.html
Last edited by Coeus on Wed Sep 11, 2019 1:31 am, edited 1 time in total.
gtoal
Posts: 89
Joined: Sat Nov 04, 2017 2:07 am
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by gtoal »

davidb wrote: Tue Sep 10, 2019 10:43 pm I extracted the files from D1000.IMG but couldn't manage to do the same from D1000B.IMG. What kind of format is that using?
Thanks DavidB and BeebMaster! So looks like everything is there that the folks who wanted to build an 8in drive need :-)

Here are the basic sources needed to build a DFS rom (with tube support of course) and a formatter.

http://gtoal.com/bbc/D1000/B.NEWPROC.txt
http://gtoal.com/bbc/D1000/B.NMIPROC.txt
http://gtoal.com/bbc/D1000/BUILD.txt
http://gtoal.com/bbc/D1000/Form77s.txt
http://gtoal.com/bbc/D1000/GRABBER.txt
http://gtoal.com/bbc/D1000/SENDER.txt


We only implemented the 8in support for fun back then, I don't think we ever had a practical use for it. As far as I remember the only 8in floppy we ever wrote contained the same files as that 5.25 image with the DFS and formatter :-)

G
Last edited by gtoal on Thu Sep 12, 2019 9:47 pm, edited 2 times in total.
gtoal
Posts: 89
Joined: Sat Nov 04, 2017 2:07 am
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by gtoal »

Coeus wrote: Wed Sep 11, 2019 1:25 am
gtoal wrote: Tue Sep 10, 2019 7:52 pm I guess I could do that, but I have several hundred images to unpack and was waiting until I could find a command line program that I could script to do them all at once rather than each one manually through a GUI :-/
Check out SWH's beeb perl script: https://www.spuddy.org/Beeb/mmb_utils.html
That did the trick. A few images were corrupt but I found a lot that was useful. Will sort it out and post later.

G
User avatar
BeebMaster
Posts: 7420
Joined: Sun Aug 02, 2009 5:59 pm
Location: Lost in the BeebVault!
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by BeebMaster »

It's interesting to learn about the history of the BBC micro disc interface. Until now I'd never really given any thought to the capacity difference between 8" and 5.25" discs, I think I'd always thought that an 8" BBC micro floppy disc, if one had ever existed, would just be 80T 200K in DFS like a 5.25" disc.

I think the fact that there was never a 77-track 8" DFS ROM or formatter officially released tells us that there weren't any 8" floppy drives envisaged for general use.

However if we compare and contrast the 1982 and 1985 editions of the service manual: the disc upgrade instructions in the 1982 version don't mention 5.25/8" at all, the only references to disc size are elsewhere, eg. in the link survey. By 1985 for some reason there are separate upgrade instruction sections for 5.25" interface and 8" interface - although the 8 inch one purely says do the 5.25" upgrade and then alter 3 links.
Image
User avatar
AndyF
Posts: 1278
Joined: Sat Feb 23, 2008 10:16 pm
Location: Derby
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by AndyF »

gtoal wrote: Tue Sep 10, 2019 6:34 pm Could some kind soul please extract the contents of D1000.IMG and D1000B.IMG from http://gtoal.com/bbc/ ?

Judging by the text strings I see in the image, that is likely our 8 inch formatter and modified DFS.

(I'm not in a position to extract files from a disk image yet)

thanks

Graham
D1000 looks OK. D1000B appears blank (confirmed via examination with hexedit directly from Windoze)

View from BeebEm:
d1000_content.png
d1000_content.png (4.49 KiB) Viewed 2418 times
View from DiscExplorer:
d1000.jpg

Extract them to what format ? What did you need the "raw file+inf file" type ? :-? :) I'm assuming that is what you wanted as otherwise the .img would be fine as that is a complete disc. Not sure how to use it, I glanced at a couple of the programs on it:
d1000_extracted.zip
(29.39 KiB) Downloaded 49 times
Andy

* NEW * The Jetset Willy and Manic Miner community :)

Adventure games ported across to the BBC (in progress) as soon as I can find some time!
User avatar
vanpeebles
Posts: 763
Joined: Wed Nov 28, 2012 10:01 am
Location: UK
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by vanpeebles »

Slightly random story, but when I did my school work experience at Durham County Hall in the mid 90s, they still had systems using 8" floppies, at depots and a museum. :lol:
User avatar
Diminished
Posts: 1249
Joined: Fri Dec 08, 2017 9:47 pm
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by Diminished »

Alex van Someren mentioned in his talk at ABUG on Saturday that the Beeb was indeed first designed to use 8" drives (and rightly or wrongly I inferred that the original intent was exclusively for 8" drives, although this obviously ended up not transpiring).

Of course this doesn't answer the question of whether very many people actually used it in this configuration.
User avatar
regregex
Posts: 639
Joined: Sun Jan 02, 2005 9:51 pm
Location: London, UK
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by regregex »

For what it's worth, 8 inch drive assemblies may well have been sold commercially for the Beeb.

Tucked away in The Micro User is an ad that Opus Supplies ran very briefly, perhaps only for a month, selling single and dual density drives, the latter having a formatted capacity up to 1.2 MB.

No telling if the product would actually hook up to a BBC as sold, though it's a good guess that it did. It might explain some oddities in the Opus DDOS firmware such as accepting 35 or 77 tracks (or any number up to 80) in *FORMAT, although I'm assuming that command's not going to be compatible with the faster spin speed of the 8" drive.
User avatar
baz4096
Posts: 1117
Joined: Sat Apr 10, 2021 3:51 pm
Location: Baildon, West Yorkshire
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by baz4096 »

I'm pretty sure my secondary school had an 8" drive on a Econet file server, although I could mis-remembering.
It was no longer used by the time I started there, but it was still in the stack of beige. I definitely remember being amazed by the size of the disks, being used to 5 1/4" or cassette.
I run a little online shop called "Vintage Imitation Parts" to sell a few Acorn Archimedes and BBC Micro related bits and pieces, such as my imitation keyboard surrounds and just recently my imitation function strips.

Take a look! vintage.imitation.parts
jbredcar
Posts: 202
Joined: Wed Feb 15, 2017 11:50 am
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by jbredcar »

Did anyone ever manage to get an 8” drive running with a Beeb please?

Many thanks
User avatar
arg
Posts: 1299
Joined: Tue Feb 16, 2021 2:07 pm
Location: Cambridge
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by arg »

baz4096 wrote: Sun May 09, 2021 11:52 pm I'm pretty sure my secondary school had an 8" drive on a Econet file server, although I could mis-remembering.
It was no longer used by the time I started there, but it was still in the stack of beige. I definitely remember being amazed by the size of the disks, being used to 5 1/4" or cassette.
Are you sure that it wasn’t a 380Z? 380Z was certainly available with 8” drives, and I think we supported schools with old 8”-equipped 380Z to use them with the SJ econet card and fileserver software. Such a combo made a rather more useful fileserver than the more common 5” 380Z which were single density, 40-track (so 200K per disc, 400K if you were lucky enough to have two drives).


Above subject to my memory being accurate; I’m hoping to extract some 380Z fileserver source from my floppies which should confirm or deny.


I never saw 8” used on BBCs for Econet fileserver; there was certainly no official support and I think it would have been hard work to get simultaneous operation of the 8” floppy support, the tube, and Econet.
paulb
Posts: 1776
Joined: Mon Jan 20, 2014 9:02 pm
Contact:

Re: Hmm.. was there ever an 8" floppy drive for the BBC?

Post by paulb »

jbredcar wrote: Sun Feb 11, 2024 11:03 am Did anyone ever manage to get an 8” drive running with a Beeb please?
Here you go:

"Acorn backs big floppies", Acorn User, December 1983.
Post Reply

Return to “8-bit acorn hardware”