Transferring files

From ym2149.org
Revision as of 22:29, 18 March 2024 by Andrzej (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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