Hello, On Fri, 26 Jan 2018, Felix Miata wrote:
terminal/cmdline, KDE5, or GTK apps? Man pages for cdrecord and wodim don't have examples for such simple desires. Any of various multimedia apps I have installed which may or may not have such capability don't make it obvious (tovid, dvdrip, VLC, others).
readdvd -d /dev/dvd -o foo.iso [fx] replace disc for a blank [/fx] cdrecord dev=/dev/dvd foo.iso Simple as that. [adjust the device if you've got more than one drive, /dev/dvd is a placeholder anyway] And: get rid of wodim/cdrkit NOW! That's about a decade deprecated. The homepage http://cdrkit.org/ is blank! The SW received no updates since 1.1.11 in Feb. 2011! See[1] Replace it with cdrecord / the original cdrtools NOW. cdrkit was a badly maintained and dead-since-2011-fork from cdrtools. Actually, I just submitted a delete request for this bugridden zombie in OBS. See also ==== http://cdrtools.sourceforge.net/private/cdrecord.html ==== Since May 2007, the Debian fork [cdrkit/wodim] did get no more than typo corrections, while the original software meanwhile more than doubled it's features since May 2004. ==== Yes, cdrecord will complain about you not using the official dev=BUS,ID,LUN syntax, but it'll work :) $ cdrecord -inq dev=/dev/dvd Cdrecord-ProDVD-ProBD-Clone 3.02a07 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling scsidev: '/dev/dvd' devname: '/dev/dvd' scsibus: -2 target: -2 lun: -2 Warning: Open by 'devname' is unintentional and not supported. vs. $ cdrecord -scanbus [...] $ cdrecord -inq dev=19,0,0 Cdrecord-ProDVD-ProBD-Clone 3.02a07 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling scsidev: '19,0,0' scsibus: 19 target: 0 lun: 0 Linux sg driver version: 3.5.34 Still works. Always has. Joerg is not that mean (yet?). Using /dev/bla (symlinks) is just too convenient. Esp. as the ids on the scsibus can change whilst devs and their symlinks (by-id/by-label etc.) remain or can be made stable. So, no worries. IIRC that warning has been there since the first time I used cdrecord in 2000 or so... HTH, -dnh [1] https://build.opensuse.org/package/view_file/multimedia:apps/wodim/wodim.cha... search for "updated to 1.1.11" -- 18: Vorbereitet für den Multimediaeinsatz Es sind noch zwei Slots auf dem Motherboard frei. (Peter Berlich) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org