On 2010-05-30 07:16 +0200, T o n g wrote: > How can I make a DOS floppy disk image under Linux?
$ dd if=/dev/zero of=floppy-image bs=1440k count=1 $ /sbin/mkdosfs floppy-image You need the dosfstools package for the latter command. Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

