[wellylug] Floppy Images
David Zanetti
dave2 at wetstring.net
Fri Apr 16 13:28:14 NZST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 16 Apr 2004, Jethro Carr wrote:
> I have a floppy disk image. (filename.img).
> I need to put it onto a floppy disk. What is the command?
It's probably safe enough just to cat it:
cat filename.img > /dev/fd0
But, dd can do it as well if you're not comfortable using cat (which might
not be binary safe..)
dd if=filename.img of=/dev/fd0
Might need to be root depending on access to /dev/fd0
- --
David Zanetti | (__)
#include <geek/unix.h> | ( oo Mooooooo
http://hairy.geek.nz/ | /(_O ./
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFAfzaxT21+qRy4P+QRAnkvAKC5lYiSQH/96FuTFWy1rajIjwThbQCeMwYL
eHswdN3SxVdtw6SvFno/Snw=
=vSzV
-----END PGP SIGNATURE-----
More information about the wellylug
mailing list