Resize Dsk images. 360 to 720k

By x-nen Aivalahostia

Paragon (1530)

x-nen Aivalahostia's picture

08-05-2013, 13:04

Hi
I'm testing an floppy disk emulator on my msx ( http://www.ebay.es/itm/3-5-720K-USB-SSD-FLOPPY-DRIVE-EMULATO... ) and it works fine with 720k disk images, but when i use diferent size images i can read files but gives some errors. I resize images one by one (open 360k, copy files into a floder, create 720k disk image, copy files into image...)
Anybody know a program or comand line to resize disk images?

Thanks

Login or register to post comments

By Manuel

Ascended (19330)

Manuel's picture

08-05-2013, 13:30

I don't know any separate program. But I guess it's possible to write a script in openMSX which does it...

By losje

Resident (34)

losje's picture

08-05-2013, 23:08

I use winimage for working with these images, it also allows you to create 720k or 360k ones..
If you want I can check if there is a "resize image" feature?

By luppie

Paladin (869)

luppie's picture

09-05-2013, 00:07

I use DiskImager http://www.lexlechz.at, special developed for MSX .dsk images.
If writing to disk, you can deselect the format option and write a 360Kb Image to a 720Kb formated disk.

By losje

Resident (34)

losje's picture

09-05-2013, 00:32

I checked for you: WinImage has the option to change the disk format (Image->Change Format)
Could be worth a try for you?

By mtn

Champion (269)

mtn's picture

09-05-2013, 09:50

GNU "dd" (or any other dd) probably can do it for you..

Sorry, I just remembered, check out mtools instead, it is probably more convenient.

btw,

http://bochs.sourceforge.net/doc/docbook/user/winimage.html

By x-nen Aivalahostia

Paragon (1530)

x-nen Aivalahostia's picture

09-05-2013, 18:27

@ losje: I test winimage, it works fine!! is so easy to resize dsk images width it!! thanks a lot!!

@mtn :Gnu "DD" is the best tool to create floppy or dsk images but, anybody knows if DD can resize .DSK?

By losje

Resident (34)

losje's picture

09-05-2013, 20:32

@x-nen You're welcome, good to hear that it helped!