Jacob Meuser wrote:
On Fri, Feb 03, 2006 at 10:35:16AM +0100, Guido Tschakert wrote:
Jacob Meuser wrote:
On Fri, Feb 03, 2006 at 12:04:20PM +0500, Dmitry Slobodchikov wrote:
Growisofs don't work too neither -Z nor -M arguments
/home/zoosman->>dvd+rw-format -blank /dev/dvd
* DVD&RW/-RAM format utility by <[EMAIL PROTECTED]>, version 4.10.
:-( unable to open("/dev/dvd"): Invalid argument
or
/home/zoosman->>dvd+rw-mediainfo /dev/dvd
/dev/dvd: unable to open: Invalid argument
what is /dev/dvd? you should use /dev/rcd0c or /dev/rcd1c.
Hello,
/dev/dvd ist the appropriate device name under linux.
maybe some distros set that up for you.
there is nothing stopping a user from doing:
# ln -s /dev/rcd1c /dev/dvd
Hello,
ok you're right.
I thought there where a config file for dvd+rw-tools which contains the
name of the device to use.
(next time I do: reading, thinking, writing ;-) and not just writing)
And /dev/dvd is actually not the device name under linux but a
convenience which also can be used under OpenBSD.
guido