<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Sun, 15 Mar 2009 22:19:29 +0000
From   : afra@... (Phill Harvey-Smith)
Subject: Some dumb questions

me@... wrote:
> 3. Is there a way of batch converting a pile of .dsd images into twice  
> as many .ssd images, without having to do them one at a time?

I always wondered about this, should be pretty easy to knock up a quick 
command line utility to splint them into 2, how complex this needs to be 
depends on how exactly the dsd is encoded.

If it has all of side 0's sectors before all of side 1's (side 0 track 
0..40/80, side 1 track 0..40/80) then it should just be a case of 
splitting the file in half, should be pretty easy to achieve with 
unix/linux/Mac OS X's dd command (or similar, under windows you should 
be able to use for example the cygwin version).

If the tracks are interleaved within the file so : side 0 track 0, side 
1 track 0 etc then whilst it's still possible to use something like dd, 
knocking up a simple command line utility to do it would be easier.

Cheers.

Phill.

-- 
Phill Harvey-Smith, Programmer, Hardware hacker, and general eccentric !

"You can twist perceptions, but reality won't budge" -- Rush.
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>