It is fine on an a9Home but unfortunatly it errors on an Iyonix with:
"Couldn't delete old partition file"
Any ideas?
n.b. Syntax: MKdosdisc MassFS::xx.$ yy -initdos
xx= name from device on iconbar
yy= size in Mb
Chris Evans
--
CJE Micro's / 4D 'RISC OS Specialists'
Telephone: 01903 523222 Fax: 01903 523679
ch...@cjemicros.co.uk http://www.cjemicros.co.uk/
78 Brighton Road, Worthing, West Sussex, BN11 2EN
The most beautiful thing anyone can wear, is a smile!
Umm... how did you get MassFS on the Iyonix? Is this with a Simtec card in
a podule slot, or do you mean Castle USB? The Simtec card presents a USB
mass storage device as one big file, a bit like a PC card partition, which
MkDOSDisc writes to to format it. The Castle card presents a FileCore
device, in a similar way to an ADFS hard disc, and then DOSFS detects it.
Simtec USB v2 (on the A9) also does this, but not v1 (Unipod, podules).
Given that MkDOSDisc was written for the PC card and is used to PC
partitions being files, I'm guessing as written it'll only work on Simtec's
implementation. It wouldn't be too hard to modify to do Iyonix too, though.
Theo
I didn't when testing I tried replacing the MassFS::xx. with SCSI::DiscName
> Is this with a Simtec card in
> a podule slot, or do you mean Castle USB? The Simtec card presents a USB
> mass storage device as one big file, a bit like a PC card partition, which
> MkDOSDisc writes to to format it. The Castle card presents a FileCore
> device, in a similar way to an ADFS hard disc, and then DOSFS detects it.
> Simtec USB v2 (on the A9) also does this, but not v1 (Unipod, podules).
>
> Given that MkDOSDisc was written for the PC card and is used to PC
> partitions being files, I'm guessing as written it'll only work on Simtec's
> implementation. It wouldn't be too hard to modify to do Iyonix too, though.
It would be very useful if someone could do this:-)
We get quite a few support calls which this would fix!