<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Wed, 15 Apr 2009 20:18:09 +0100
From   : bbcmailinglist@... (Ian Wolstenholme)
Subject: Writing BBC Disc Images on Linux

Brilliant, I have done it.  This sequence has written an ADFS L disc image
to floppy which works in a Beeb:

sudo rm /dev/fd0d720
sudo mknod -m 0660 /dev/fd0d720 b 2 24
sudo setfdprm /dev/fd0d720 dd sect=16 head=2 cyl=80 ssize=256 zerobased
sudo fdformat /dev/fd0d720
sudo dd if=BBCMasterCompact-WelcomeDisc.adl of=/dev/fd0d720

Two points to note - for some reason I had to delete the device file I made
yesterday and re-create it, otherwise all the setfdprm commands said "Not
a floppy drive", and when formatting it said it was doing 8 sectors per track,
although it still works and getfdprm reports 16.

Many thanks for all the help, it's another thing I don't need to use Windows
to do any more, which has got to be a good thing.

Best wishes,



Ian
----- Original Message -----
From: Ian Wolstenholme [mailto:bbcmailinglist@...]
To: bbc-micro@...
Sent: Wed, 15 Apr 2009 19:06:02 +0100
Subject: Re: [BBC-Micro] Writing BBC Disc Images on Linux

For some reason, I seem to have overlooked the second half of Andrew
Benham's page.  I did download the libdsk utility the other day, and it seemed
to install but nothing else happened.  I think at the time I was probably
expecting
something new to appear on the Applications menu which is perhaps the
wrong thing to be expecting.

it looks like I almost had it right with setfdprm except I was using "size"
instead
of "ssize", which was accepted as a command but was producing the wrong disc
sizes when formatting.

I'll have a go with these setfdprm options later, I'm not at the right machine at
the moment.

Best wishes,



Ian
----- Original Message -----
From: Rob [mailto:robert@...]
To: bbc-micro@...
Sent: Wed, 15 Apr 2009 11:06:15 +0100
Subject: Re: [BBC-Micro] Writing BBC Disc Images on Linux

2009/4/15 Ian Wolstenholme <bbcmailinglist@...>:
>
> The next step is to get it to write BBC ADFS & DFS discs. ?I've been trying
> out setfdprm but I don't really know what parameters I can use, and the
> manual page says "This documentation is grossly incomplete"!!
>

Have you tried the examples in the second half of
http://www.adsb.co.uk/bbc/linux/ (as posted by Michael earlier)?

I'd have a go, but all my Beeb discs are on 5.25", and the Linux &
UNIX machines only have 3.5" drives..

Rob

_______________________________________________
bbc-micro mailing list
bbc-micro@...
http://lists.cloud9.co.uk/mailman/listinfo/bbc-micro


____________________
_______________________________________________
bbc-micro mailing list
bbc-micro@...
http://lists.cloud9.co.uk/mailman/listinfo/bbc-micro
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>