Transferring files: Difference between revisions

From ym2149.org
Jump to navigationJump to search
(Created page with "== Write image to floppy == * Prepare an image using e.g. Steem * If necessary, format the disk on the ST * In Linux, do not mount sudo setfdprm /dev/fd0 dd ds sect=9 cyl=80 dd if=image.st of=/dev/fd0 bs=512; sync Category:Wisdom")
 
No edit summary
 
Line 7: Line 7:
  dd if=image.st of=/dev/fd0 bs=512; sync
  dd if=image.st of=/dev/fd0 bs=512; sync


[[Category:Atari]]
[[Category:Wisdom]]
[[Category:Wisdom]]

Latest revision as of 10:57, 22 March 2024

Write image to floppy

  • Prepare an image using e.g. Steem
  • If necessary, format the disk on the ST
  • In Linux, do not mount
sudo setfdprm /dev/fd0 dd ds sect=9 cyl=80
dd if=image.st of=/dev/fd0 bs=512; sync