Autor
| Making images - Alternatives to Disk Manager?
|
DemonSeed msx master Mensajes: 1062 | Publicado: Noviembre 27 2007, 18:42   |
My version of Disk Manager seems to damage files and images itself on the system I'm using.
What do you guys use to make disk images?
|
|
manuel msx guru Mensajes: 3638 | Publicado: Noviembre 27 2007, 21:20   |
Linux!  |
|
dvik msx master Mensajes: 1376 | Publicado: Noviembre 27 2007, 23:04   |
I use DskExplorer and Disk Manager. Haven't really had a problem with any of them. |
|
GuilianSeed msx user Mensajes: 40 | Publicado: Noviembre 28 2007, 00:54   |
DCOPY in a Dos windows under XP !!!
Fast & perfect !!
Usage (with a MSX disk in the PC disk drive)
C:\dcopy a: c:msx.dsk /t:80 /s:9 /h:2
for a 360ko disk, type:
C:\dcopy a: c:msx.dsk /t:80 /s:9 /h:1
And to make a MSX disk with an image dsk: (the dsk file must be at the C: root)
C:\dcopy C:MSX.dsk A:
 |
|
DemonSeed msx master Mensajes: 1062 | Publicado: Noviembre 28 2007, 03:03   |
Thanks for the advice!
...Same problem with DskExplorer.
Must be due to this system then.
Can I also add loose files to an existing disk image under DOS? |
|
DemonSeed msx master Mensajes: 1062 | Publicado: Noviembre 28 2007, 22:06   |
...Could there be some kind of Windows-setting which damages loose msx-files when extracted from/to an existing .dsk file?
|
|
manuel msx guru Mensajes: 3638 | Publicado: Noviembre 29 2007, 09:09   |
In the registry HKEY_LOCAL_MACHINE\SYSTEM\MISC\DAMAGE_LOOSE_MSX_FILES_WHEN_EXTRACTED_FROM_AN_EXISTING_DSK_FILE you can turn this back off.
|
|
rolins msx addict Mensajes: 293 | Publicado: Noviembre 29 2007, 09:23   |
|
|
DemonSeed msx master Mensajes: 1062 | Publicado: Noviembre 29 2007, 09:48   |
@manuel: Hahaha, are you sure it's not "TORPEDE_ANYTHING_WHICH_DOES_NOT_GENERATE_PAY_FOR_MICROSOFT"?
@rolins: Thanks man, I'll try this!
|
|
NYYRIKKI msx master Mensajes: 1535 | Publicado: Noviembre 29 2007, 12:19   |

Or maybe you should just try:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\WindowsFeatures]
"Destroy standard files"=dword:00000000
 |
|
Skyblasc msx novice Mensajes: 26 | Publicado: Noviembre 29 2007, 12:58   |
Quote:
| Linux! 
|
Yes if you want to create blank msx diskimages or transfer dsk to floppy / floppy to dsk.
But could you please tell me how can you manage dsk images in Linux? I would like to operate with diskimages the way I use to do with DSKManager. That is: adding or removing files to a DSK image. I haven't found an easy way to do this in Debian.
Maybe that could be a nice-addon to the OpenMSX o BlueMSX projects. |
|
NYYRIKKI msx master Mensajes: 1535 | Publicado: Noviembre 29 2007, 13:20   |
I practically know nothing about Linux, but I suggest you to check "mount"-command man-pages. I've heard something about loop back mounting. Am I totally lost?
|
|
konamiman msx freak Mensajes: 142 | Publicado: Noviembre 29 2007, 13:59   |
Yeah, in Linux you can mount a disk image by using the "-o loop" switch on the mount command. Additionally, it is easy to convert a physical diskette to a disk image and vice versa with the dd command. Linux rocks!  |
|
konamiman msx freak Mensajes: 142 | Publicado: Noviembre 29 2007, 14:02   |
About dd, if I remember correctly, to convert a diskette to a disk image file you do:
dd if=/dev/fd0 of=filename.dsk
and for the reverse process, exchange if and of. ("if"="input file" and "of"="output file", I guess)
|
|
Skyblasc msx novice Mensajes: 26 | Publicado: Noviembre 29 2007, 17:08   |
Quote:
| Yeah, in Linux you can mount a disk image by using the "-o loop" switch on the mount command. Additionally, it is easy to convert a physical diskette to a disk image and vice versa with the dd command. Linux rocks! 
|
So, if I mount a MSX .dsk with -o loop option in ( for example) /mnt/msxfloppy, I should be able to list the contents, copy from the linux machine to the dsk image and viceversa?
That would be great!!! I've been looking for this for a loong time  |
|
|
|
|