Peter Graf writes:
> >My CF card is 32Mb. (Seems mkpart expects the drive to be partitioned to
be
> >mounted at win1_)
>
> What do you mean with "mounted at win1_"? For MKPART, no WIN_DRIVE should
> be necessary. Or do you just mean that MKPART expects the drive hardware
as
> primary IDE master?
If you have a secondary drive attached which you want to format you have to
make that win1_. I didnt discover any other way. This worked for me:
Say you have the current setup:
WIN_DRIVE 1,0,0,0
WIN_DRIVE 2, 0,0,2
WIN_DRIVE 3,1,0,0
Now you want to partition your secondary drive:
DEL_DEFB
WIN_DRIVE 3, 0,0,0: rem Park your master drive out of the way
WIN_DRIVE 1,1,0,0: rem Set the drive you want to partition
EX win3_exe_mkpart
> >I could not get Smsq60 to see any extended partitions although, as RZ has
> >demonstrated to me, there appears to be some XGM parsing code in Smsq60.
>
> I also remember to have tried it in the early days, and it didn't work for
> me neither. Was a large "real" harddisk, so unlike your CF, there was a
> size issue as well. I'm almost sure TT had no time to implement XGM
parsing
> just for the Q40. There could be rests from the Atari-SMS implementations,
> though. It might be interesting to ask a Atari-SMS user.
Well, it does parse it, but it gets it wrong. IIRC, on the Atari you may
have more than four partitions (in addition to Atari ones)
<>
> >On another tack: Neither WIN_WP nor WIN_REMV appear to work in Smsq60.
>
> IIRC they are QPC specific.
Actually, they started life on the Atari. On QPC they only work on QPC2 3.x
Per