On 4/20/2010 11:01 AM, Paul Hartman wrote: > On Mon, Apr 19, 2010 at 8:44 PM, Dale <[email protected]> wrote: >> /usr/bin/growisofs -Z /dev/hdd=/dev/fd/0
> And isn't /dev/fd/0 a floppy device? Are you burning from a floppy to > an IDE drive? /dev/fd0 is a floppy. /dev/fd/0 is file descriptor 0 for the current process -- stdin.

