Date: Tue, 21 Jul 2009 03:11:03 +0200 From: Polytropon <freebsd@edvax.de> To: ajtiM <lumiwa@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: K3b-DVD Message-ID: <20090721031103.3c3e9e62.freebsd@edvax.de> In-Reply-To: <200907201939.45347.lumiwa@gmail.com> References: <200907201939.45347.lumiwa@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 20 Jul 2009 19:39:45 -0500, ajtiM <lumiwa@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. > :-[ WRITE@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, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090721031103.3c3e9e62.freebsd>