User Tools

Site Tools


x68000:writing_3.5_floppies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
x68000:writing_3.5_floppies [2011/12/04 09:32] eidisx68000:writing_3.5_floppies [2022/04/25 16:19] (current) – mention greaseweazle/fluxengine TD-Linux
Line 1: Line 1:
-===== Correct procedure for writing disk images to 3.5" floppies =====+===== Writing disk images to 3.5" floppies with USB floppy drives =====
  
 Our forum member **Caius** has yet again shared very valuable information for X68000 Compact owners. Our forum member **Caius** has yet again shared very valuable information for X68000 Compact owners.
  
-First of all you will need a 3mode floppy drive and it is recommended to use USB modelsSony Vaio PCGA-UFD5 floppy drive was used for this test. It is very cheap and can be purchased from here:+Primarily in Japan there are 3,5" floppy drives that support 3 modes of disk formats - 1.44MB, 1.25MB and 720kB. Hence the name "Floppy 3 mode". The X68000 3.5" floppy drives spin at 360RPM and support 1.25MB but IBM PC 3.5" drives at 300RPM and do not support 1.25MB format. That is why it is absolutely necessary to have a 3mode floppy drive. It is recommended to use USB models and Sony Vaio PCGA-UFD5 floppy drive was used for this test. It is very cheap and can be purchased from here:
  
 http://www.amazon.com/Sony-PCGA-UFD5-VAIO-Floppy-Drive/dp/B00006HNH0 http://www.amazon.com/Sony-PCGA-UFD5-VAIO-Floppy-Drive/dp/B00006HNH0
Line 9: Line 9:
 **Here is a list of some USB floppy drives with 3mode support:** **Here is a list of some USB floppy drives with 3mode support:**
  
 +  * [[http://byteccusa.com/index.php/accessories/floppy-drive/bt-144-html.html|Bytecc BT-144]]
 +  *IBM FD-05PUB (Teac OEM) - mode3 could be absent for models manufactured after 2005
 +  *Micropac technologies SBT-UFDB
 +  * [[http://www.nipponlabs.com/usb-flppy.html|Nippon labs USB-FLPPY]]
 +  *Sabrent SBT-UFDB
   *Sony Vaio PCGA-UFD5   *Sony Vaio PCGA-UFD5
 +  * [[http://www.teac.co.jp/storage/pc/catalog/fd05pub.pdf|Teac FD-05PUB]]
   *Toshiba PA3109U-1FDD   *Toshiba PA3109U-1FDD
   *Panasonic CF-VFDU03   *Panasonic CF-VFDU03
-  *IBM FD-05PUB (Teac OEM) - mode3 could be absent for models manufactured after 2005 but this information is not confimed. 
  
 +
 +**Here is a list of internal slim floppy drives with 3mode support:**
 +  *Mitsumi D353F3 (Requires JM215A adapter for connecting to a regular PC)
 +
 +==== Writing on DOS / Windows ====
  
 Sadly Omniflop doesn't work with USB floppy drives so first you have to format correctly the 3.5 HD floppy with this DOS command: Sadly Omniflop doesn't work with USB floppy drives so first you have to format correctly the 3.5 HD floppy with this DOS command:
Line 25: Line 35:
 a: is the letter assignment to the floppy drive. It can change to b: or other, depending on your hardware configuration. a: is the letter assignment to the floppy drive. It can change to b: or other, depending on your hardware configuration.
  
-After you have formated the 3.5 floppy disk, you can write back disk images using DiskImage 13b Utility:+If you can't format a 3,5 floppy disk at 1.2 MB with these DOS commandstry this trick. First format the disk at 1.44 MB (using Windows utility) and then format it at 1.2 MB with the DOS command. Sometimes it can help.
  
-http://www.wupload.com/file/2603990827/DiskImage_13b.zip+After you have formated the 3.5 floppy disk, you can write back disk images using DiskImage 1.3b Utility: 
 + 
 +[[http://nfggames.com/X68000/PC_Tools/Disk/DiskImage_13b.zip|DiskImage v1.3b]]
  
 **These are the correct settings:** **These are the correct settings:**
  
-  * FD mode option should be "1.25M"Use "HD->FD(125)" button to browse *.xdf, *.dim or *.hdm  files.+  * FD mode option should be "1.25M"Click on "HD->FD(125)" button to browse for *.xdf, *.dim or *.hdm  files.
   * If you are using Windows Vista/7, use Windows XP mode for compatibility mode   * If you are using Windows Vista/7, use Windows XP mode for compatibility mode
  
 +==== Writing on Linux ====
 +
 +You can do a low-level format of the floppy into 1.2MB mode with ufiformat:
 +
 +  * ufiformat -f 1232 /dev/sdb
 +
 +After that, disk images can be written as normal. XDF files are bare images, so you can write them with e.g. dd:
 +
 +  * dd if=flop.xdf of=/dev/sdb
 +
 +===== Writing disk images to 3.5" floppies with Greaseweazle / Fluxengine =====
  
 +3.5" floppies can also be written with USB flux imaging hardware. See [[writing_floppies]] for details.
x68000/writing_3.5_floppies.1322955171.txt.gz · Last modified: 2019/08/27 20:44 (external edit)