On Mon, 20 Jul 2009 19:39:45 -0500, ajtiM <lum...@gmail.com> wrote:
> I did try to burn data DVD with my NEC DVD ND-1300A but I got an error:
> 
> :-( Media is not formatted or unsupported
> Write error

Check if your drive really supports DVD-R (allthoug it obviously
should) by running this command:

        # cdrecord -scanbus
        # cdrecord dev=1,0,0 -inq
        # cdrecord dev=1,0,0 -prcap

The cdrecord program is part of the cdrtools port / package.



> growisofs
> -----------------------
> Executing 'builtin_dd if=/dev/fd/0 of=/dev/pass4 obs=32k seek=0'
> /dev/pass4: "Current Write Speed" is 1.0x1352KBps.
> :-[ wr...@lba=0h failed with SK=5h/CANNOT WRITE MEDIUM - INCOMPATIBLE 
> FORMAT]: 
> Invalid argument
> :-( media is not formatted or unsupported.
> :-( write failed: Invalid argument
> 
> growisofs command:
> -----------------------
> /usr/local/bin/growisofs -Z /dev/cd0=/dev/fd/0 -use-the-force-luke=notray
> -use-the-force-luke=tty -use-the-force-luke=tracksize:1930464
> -use-the-force-luke=bufsize:32m 

Check if the growisofs command alone produces the same error
messages (just to make sure it's not a K3B problem):

        # growisofs -Z /dev/cd0 -r -J <some files here>

Check permissions for the cd and pass devices.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to