John wrote:
Everyone,

I'm trying to make boot and kern floppies, using dd, as follows:

Cdrom is mounted, floppy is mounted (and I have test written to it)
>
# dd if=floppies/boot.flp of=/dev/fd0

dd: /dev/fd0: Operation not permitted

"dd" works on raw devices, and can't operate on a
raw device if a filesystem is mounted.  umount fd0
and try again....

Kevin Kinsey
--
Satellite Safety Tip #14:
        If you see a bright streak in the sky coming at you, duck.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to