Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: orange on November 07, 2015, 01:01:38 PM
-
How to read and write back image of diskette in some strange format, for eg. IBM 720K?
I've tried wwarp but it asks for 'sync' and 'track length'?
It can be copied with 'nibble' in X-Copy, but I need it as file.
Thanks.
-
Probably Crossdos ? It can read PC 720k physical floppies so I guess
you could use it for disk images also but never tried that.Works for
physical floppies.
You can try Win(UAE) , it can support wide range of disk images
now but you need CrossDos or something on Amiga side of things.
-
I have always had a dosdriver named MS0 in my devs\dosdriver folder. and i have always been able to read and write, even format 720K MSdos disks...
in my a1200...
never tried it on any other amiga...
and the MS0 was included in the WB3.0 setup disks...
Or if you have a pc with windows installed Diskcopy (http://help.fdos.org/en/hhstndrd/base/diskcopy.htm) should be able to do the trick.
-
Hi pyrre,
How about Fat95 ?
See http://aminet.net/package/disk/misc/fat95
Win95/98 compatible file system
Also allows long file names.
Quote
"Features
========
* workbench and applications support
* diskchange autosense
* format type autosense: FAT12, FAT16 and FAT32
* simple LINUX style partition selection or manual definition
* up to 4 GBytes of partition size for FAT16
* large harddisk support via TD64 or direct SCSI
* long filenames (up to 104 chars for now)
* inquiry, read, write, and maintenance access
* built-in error check utility
* disk formatting using the OS 2.0+ format command
* MS-DOS 8.3 downward compatibility
* user definable language and code page
* date range Jan 1st, 1980 through Dec 31st, 2107
* extended datestamp support: creation date and time, last accessed date
(written automatically, readable as file comment text)
* volume serial number as name for unnamed volumes
* automatic directory optimization
* written entirely in assembly language
And finally...
==============
By kind request of its author, I hereby link to his MUI tool for generating fat95 mountlists (although I could not test it since I have no MUI...):
aminet/disk/misc/fatmounter.lha
Best regards to everybody who mailed me, especially H.J. "Buccaneer" Pinkert for spending hours on testing and bug reporting!!!
I have been enjoying "fat95" for some time already as part of my private "sneaker net" towards several PCs via CF memory cards.
On massive public demand, fat95 is now trying to support FAT32, too ;-)
Feel free to send me an email on your experiences with "fat95"!"
I hope this helps.
Regards, Michael
aka rockape
-
No, what came with Workbench was a light version of CrossDOS with PC0 and PC1. MS0 is something that comes with the Fat95 archive - http://aminet.net/package/disk/misc/fat95 - of course you can name those devices freely as you like.
Anyways... one can deal with non-dos disks by using various tools that reads and writes to the device and not to the filesystem, for example one can use the raw disk handler - http://aminet.net/package/disk/misc/RawDiskHandler
-
How to read and write back image of diskette in some strange format, for eg. IBM 720K?
I've tried wwarp but it asks for 'sync' and 'track length'?
It can be copied with 'nibble' in X-Copy, but I need it as file.
Thanks.
Like mentioned before: Install Fat95 first, then double-click on the MS0 icon.
Now download TGui (http://aminet.net/disk/misc/tsgui.lha) and with
this program you can now read/write PC MS-DOS 720kb floppy disks.
-
No, what came with Workbench was a light version of CrossDOS with PC0 and PC1. MS0 is something that comes with the Fat95 archive - http://aminet.net/package/disk/misc/fat95 - of course you can name those devices freely as you like.
Anyways... one can deal with non-dos disks by using various tools that reads and writes to the device and not to the filesystem, for example one can use the raw disk handler - http://aminet.net/package/disk/misc/RawDiskHandler
Sorry my bad.
PC0 it was, included with the workbench install
I cannot remember now why i installed the system with fat95.
it might have to do with the zip drive i was trying to get to work at that time...
-
The main part you need is mfm.device (or messydisk.device which does a similar job).
The file system used is irrelevant for disk images. You can use CrossDOS or Fat95 or even FFS if you don't want to read files. All you need is a dos driver reading Device=mfm.device.
-
Crossdos is the way.
Also you can try DiskImageCtrl and Virtual Floppy from Aminet.
With the above you can mount the image on your Amiga.
-
Solved, by using MFMWarp without any special options.
Great util, pity it needs compression libraries (or is there option to save as 'raw'?).
Thanks all.
-
How to read and write back image of diskette in some strange format, for eg. IBM 720K?
I've tried wwarp but it asks for 'sync' and 'track length'?
It can be copied with 'nibble' in X-Copy, but I need it as file.
Thanks.
This brings in mind an old thread (http://www.amiga.org/forums/showpost.php?p=323732&postcount=1).
A couple of months ago I tried to restore an old backup from a 2007 .mfm file, but no luck. I`ll have to findout a way to recover the disk contents.