This is an old revision of the document!
X68000 - Writing 5.25" Floppies in Linux
$ apt-get install fdutils
#!/bin/bash FD=$1 echo "1232/1232 2464 16 2 77 0 0x35 0x08 0xDF 0x74" > /etc/fdprm setfdprm /dev/$FD -p 1232/1232 fdformat /dev/$FD
blog:x68_floppies
This is an old revision of the document!
$ apt-get install fdutils
#!/bin/bash FD=$1 echo "1232/1232 2464 16 2 77 0 0x35 0x08 0xDF 0x74" > /etc/fdprm setfdprm /dev/$FD -p 1232/1232 fdformat /dev/$FD