Gentoo Archives: gentoo-user

From: Daniel <danstemporaryaccount@×××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] growisofs: "media is not recognized as recordable DVD"
Date: Mon, 17 Dec 2007 00:46:42
Message-Id: 200712161643.08270.danstemporaryaccount@yahoo.ca
1 I had some .avi's that I wanted to burn, so I went out and bought a 10pack of
2 Fujifilm DVD-R media (4.7GB) and fired up K3b. However, it kept asking me to
3 insert a writable disk even though I put fresh disk after fresh disk in the
4 drive.
5
6 So I resorted to growisofs. I had an ISO I wanted to burn as well so:
7
8 $ growisofs -Z /dev/dvdrw=/path/to/image.iso
9 :-( /dev/dvdrw: media is not recognized as recordable DVD: 0
10
11 ...so I started Googling and found numerous references to people making stupid
12 mistakes (trying to burn CDs instead, putting +R discs in -R drives etc.)
13 and a few people suggesting I flash my firmware.
14
15 The thing is, this USED to work -- both with -R and +R and +RW... I just
16 haven't done it for a few months. I burned a CDR just the other day, but
17 this is the first time in a while that I've tried to burn a DVD. The drive
18 is a good one:
19
20 $ dvd+rw-mediainfo /dev/dvdrw
21 INQUIRY: [PIONEER ][DVD-RW DVR-108 ][1.10]
22 GET [CURRENT] CONFIGURATION:
23 :-( no media mounted, exiting...
24
25 And the binaries look ok:
26
27 $ ls -l `which cdrecord` `which growisofs` `which mkisofs`
28 -rwxr-xr-x 1 root root 321432 2007-12-16 19:08 /usr/bin/cdrecord
29 -rwxr-xr-x 1 root root 83620 2007-12-16 18:35 /usr/bin/growisofs
30 -rwxr-xr-x 1 root root 432384 2007-12-16 19:08 /usr/bin/mkisofs
31
32 As do my permissions:
33
34 $ ls -l /dev/hda /dev/dvd /dev/dvdrw
35 lrwxrwxrwx 1 root root 3 2007-12-16 18:49 /dev/dvd -> hda
36 lrwxrwxrwx 1 root root 3 2007-12-16 18:49 /dev/dvdrw -> hda
37 brw-rw---- 1 root cdrom 3, 0 2007-12-16 18:49 /dev/hda
38
39 ...though admittedly, I'm not sure what that "b" is on /dev/hda...
40
41 Lastly, my software is up to date:
42
43 $ eix cdrtools
44 [I] app-cdr/cdrtools app-cdr/dvd\\+rw-tools
45 Available versions: 2.01-r1 2.01.01_alpha25 2.01.01_alpha34
46 ~2.01.01_alpha36 {unicode}
47 Installed versions: 2.01.01_alpha34(19:08:15 16/12/07)
48 Homepage: http://cdrecord.berlios.de/
49 Description: A set of tools for CD/DVD reading and recording,
50 including cdrecord
51
52 [I] app-cdr/dvd+rw-tools
53 Available versions: 5.21.4.10.8 ~6.0 ~6.1 6.1-r1 7.0
54 Installed versions: 7.0(18:35:30 16/12/07)
55 Homepage: http://fy.chalmers.se/~appro/linux/DVD+RW/
56 Description: A set of tools for DVD+RW/-RW drives
57
58 My user is in the cdrom group and the above happens whether I'm root or my
59 user. I gotta get this stuff burned ASAP and I'm even downloading Nero for
60 Windows (shudder) just to get it done, but I really want this to work again.
61 Suggestions? Help??
62
63
64 --
65 It's hard not to believe tv
66 It's spent so much time raising us
67 - Bart Simpson
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] growisofs: "media is not recognized as recordable DVD" Ralf Stephan <ralf@×××××××××××××.de>
Re: [gentoo-user] growisofs: "media is not recognized as recordable DVD" Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] growisofs: "media is not recognized as recordable DVD" Aline de Freitas <aline@××××××.net>