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 debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4ql96k7....@turtle.gmx.de

Reply via email to