Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Linux equivalent of ImgBurn "Discovery" feature?

25 views
Skip to first unread message

Red Blade

unread,
Oct 19, 2012, 5:38:15 AM10/19/12
to
Hi,

The Windows ISO burning program ImgBurn has a feature called "Discovery"
where it tells you information on the type of disc, the Chinese factory
it came from, tracks and sessions, etc.

I am looking for a program in Linux which will emulate this "Discovery"
feature of ImgBurn.
My biggest need is the ability to tell factory-pressed CD/DVD from burned
CD-R/DVD-R/etc.

Thank you,

--

Red Blade

President of alt.politics, alt.fan.rush-limbaugh, & talk.politics.misc
Fanfiction Committee Chairman of alt.tv.beavis-n-butthead

http://www.libertycolumns.com/

Gordonbp

unread,
Oct 19, 2012, 7:13:31 AM10/19/12
to
On 19/10/12 10:38, Red Blade wrote:
> Hi,
>
> The Windows ISO burning program ImgBurn has a feature called "Discovery"
> where it tells you information on the type of disc, the Chinese factory
> it came from, tracks and sessions, etc.
>
> I am looking for a program in Linux which will emulate this "Discovery"
> feature of ImgBurn.
> My biggest need is the ability to tell factory-pressed CD/DVD from burned
> CD-R/DVD-R/etc.
>
> Thank you,
>
Eyeball v 1.0 works for me....all the disks I buy for my use have CD-R
or DVD +R or other in fairly large letters.
Factory-pressed disks don't - no need for a program to do that!

--
Reg'd Linux User no 240308 https://linuxcounter.net/
Reg'd Ubuntu User 30183 http://ubuntucounter.geekosophical.net/index.php
I only accept odf or pdf documents by email
GBP's Alternative Computing: http://gbplinuxfoss.blogspot.co.uk/

Stuart Barkley

unread,
Oct 19, 2012, 10:57:48 AM10/19/12
to
On Fri, 19 Oct 2012 at 05:38 -0000, Red Blade wrote:

> The Windows ISO burning program ImgBurn has a feature called "Discovery"
> where it tells you information on the type of disc, the Chinese factory
> it came from, tracks and sessions, etc.
>
> I am looking for a program in Linux which will emulate this "Discovery"
> feature of ImgBurn.
> My biggest need is the ability to tell factory-pressed CD/DVD from burned
> CD-R/DVD-R/etc.

You might be able to use either 'cdrdao disk-info' or 'wodim -atip' to
get the information you are looking for.

dvd+rw-mediainfo may also help, but seems to be dvd only.

% cdrdao disk-info
Cdrdao version 1.2.3 - (C) Andreas Mueller <and...@daneb.de>
/dev/sr0: TSSTcorp CDDVDW SH-S202N Rev: SB01
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

That data below may not reflect the real status of the inserted medium
if a simulation run was performed before. Reload the medium in this case.

CD-RW : no
Total Capacity : 74:48:01 (336601 blocks, 657/755 MB)
CD-R medium : Pioneer Video Corporation
Long Strategy Type, e.g. Cyanine
Recording Speed : n/a
CD-R empty : yes
%

% wodim -atip
Device was not specified. Trying to find an appropriate drive...
Detected CD-R drive: /dev/cdrw
Using /dev/cdrom of unknown capabilities
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'TSSTcorp'
Identification : 'CDDVDW SH-S202N '
Revision : 'SB01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
ATIP info from disk:
Indicated writing power: 5
Is not unrestricted
Is not erasable
Disk sub type: Medium Type B, low Beta category (B-) (4)
ATIP start of lead in: -11594 (97:27/31)
ATIP start of lead out: 336601 (74:50/01)
Disk type: Long strategy type (Cyanine, AZO or similar)
Manuf. index: 17
Manufacturer: Pioneer Video Corporation
%

Stuart
--
I've never been lost; I was once bewildered for three days, but never lost!
-- Daniel Boone

Red Blade

unread,
Oct 19, 2012, 10:02:13 PM10/19/12
to
On Fri, 19 Oct 2012 10:57:48 -0400, Stuart Barkley wrote:

> On Fri, 19 Oct 2012 at 05:38 -0000, Red Blade wrote:
>
>> The Windows ISO burning program ImgBurn has a feature called
>> "Discovery" where it tells you information on the type of disc, the
>> Chinese factory it came from, tracks and sessions, etc.
>>
>> I am looking for a program in Linux which will emulate this "Discovery"
>> feature of ImgBurn.
>> My biggest need is the ability to tell factory-pressed CD/DVD from
>> burned CD-R/DVD-R/etc.
>
> You might be able to use either 'cdrdao disk-info' or 'wodim -atip' to
> get the information you are looking for.
>
> dvd+rw-mediainfo may also help, but seems to be dvd only.
>

Slackware includes cdrdao and dvd+rw-mediainfo. Downloaded cdrkit
(includes wodim), all three are helpful command line tools, but not all
cover everything.

I found out however that K3B's "Media Info" will tell me everything I
need.

Thank you!

Joerg.S...@fokus.fraunhofer.de

unread,
Mar 21, 2013, 9:54:28 AM3/21/13
to
In article <k5r727$4v6$1...@dont-email.me>,
Red Blade <pena...@yomomma.hot.invalid> wrote:
>Hi,
>
>The Windows ISO burning program ImgBurn has a feature called "Discovery"
>where it tells you information on the type of disc, the Chinese factory
>it came from, tracks and sessions, etc.
>
>I am looking for a program in Linux which will emulate this "Discovery"
>feature of ImgBurn.
>My biggest need is the ability to tell factory-pressed CD/DVD from burned
>CD-R/DVD-R/etc.

This is simple, just use "cdrecord -minfo"

It displays the media information that allows you get all information about the
current media status. You may need to add "-v".

--
EMail:jo...@schily.net (home) J�rg Schilling D-13353 Berlin
j...@cs.tu-berlin.de (uni)
joerg.s...@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Joerg.S...@fokus.fraunhofer.de

unread,
Mar 21, 2013, 9:58:13 AM3/21/13
to
In article <alpine.BSF.2.00.1...@freeman.4gh.net>,
Stuart Barkley <stu...@4gh.net> wrote:

>
> % cdrdao disk-info
> Cdrdao version 1.2.3 - (C) Andreas Mueller <and...@daneb.de>
> /dev/sr0: TSSTcorp CDDVDW SH-S202N Rev: SB01
> Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

cdrdao seems to me unmaintained since aprox. 5 years. It only supports CDs.

> % wodim -atip

Wodim does not support DVDs or BluRays.

In short: wodim is made from a cdrecord from September 2004 with Debian
specific bugs added. You don't like to use it.

Check cdrtools for maintained CD/DVD/Bluray software:

ftp://ftp.berlios.de/pub/cdrecord/alpha/

Octothorpe

unread,
Mar 21, 2013, 5:20:07 PM3/21/13
to
On Thu, 21 Mar 2013 13:58:13 +0000, Joerg.Schilling wrote:

> In article <alpine.BSF.2.00.1...@freeman.4gh.net>,
> Stuart Barkley <stu...@4gh.net> wrote:
>
>
>> % cdrdao disk-info Cdrdao version 1.2.3 - (C) Andreas Mueller
>> <and...@daneb.de> /dev/sr0: TSSTcorp CDDVDW SH-S202N Rev: SB01
>> Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)
>
> cdrdao seems to me unmaintained since aprox. 5 years. It only supports
> CDs.
>
>> % wodim -atip
>
> Wodim does not support DVDs or BluRays.

Don't spew nonsense wodim works fine for DVDs

Robert Riches

unread,
Mar 21, 2013, 11:57:12 PM3/21/13
to
On 2013-03-21, Octothorpe <Octot...@invalid.com> wrote:
> On Thu, 21 Mar 2013 13:58:13 +0000, Joerg.Schilling wrote:
>
>> In article <alpine.BSF.2.00.1...@freeman.4gh.net>,
>> Stuart Barkley <stu...@4gh.net> wrote:
>>
>>
>>> % cdrdao disk-info Cdrdao version 1.2.3 - (C) Andreas Mueller
>>> <and...@daneb.de> /dev/sr0: TSSTcorp CDDVDW SH-S202N Rev: SB01
>>> Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)
>>
>> cdrdao seems to me unmaintained since aprox. 5 years. It only supports
>> CDs.
>>
>>> % wodim -atip
>>
>> Wodim does not support DVDs or BluRays.
>
> Don't spew nonsense wodim works fine for DVDs

Seconding the motion that wodim works fine for DVDs. It burns my
weekly backups, each of which gets bit-perfect verified by the
drive that burned it and then by a second drive. It burned the
DVDs of the best home videos taken when my children were young.
They were verified as well.

Mr. Schilling has written some brilliant software, but he has a
troubling habit of being contradicted by reality.

--
Robert Riches
spamt...@jacob21819.net
(Yes, that is one of my email addresses.)

Joerg.S...@fokus.fraunhofer.de

unread,
Mar 22, 2013, 2:00:41 PM3/22/13
to
In article <75as1a-...@crazy-horse.bildanet.com>,
Octothorpe <Octot...@invalid.com> wrote:
>On Thu, 21 Mar 2013 13:58:13 +0000, Joerg.Schilling wrote:
>
>> In article <alpine.BSF.2.00.1...@freeman.4gh.net>,
>> Stuart Barkley <stu...@4gh.net> wrote:
>>
>>
>>> % cdrdao disk-info Cdrdao version 1.2.3 - (C) Andreas Mueller
>>> <and...@daneb.de> /dev/sr0: TSSTcorp CDDVDW SH-S202N Rev: SB01
>>> Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)
>>
>> cdrdao seems to me unmaintained since aprox. 5 years. It only supports
>> CDs.
>>
>>> % wodim -atip
>>
>> Wodim does not support DVDs or BluRays.
>
>Don't spew nonsense wodim works fine for DVDs

Thank you for verifying that you did never use wodim and thus have no clue
about it's features and drawbacks.

While cdrecord supports the -atip option since 15 years, wodim did remove the
CVD support code and introduced something half baken that does not work at all
with -atip and that only sometimes works for writing.

Octothorpe

unread,
Mar 22, 2013, 5:49:43 PM3/22/13
to
On Fri, 22 Mar 2013 18:00:41 +0000, Joerg.Schilling wrote:

> In article <75as1a-...@crazy-horse.bildanet.com>,
> Octothorpe <Octot...@invalid.com> wrote:
>>On Thu, 21 Mar 2013 13:58:13 +0000, Joerg.Schilling wrote:
>>
>>> In article <alpine.BSF.2.00.1...@freeman.4gh.net>,
>>> Stuart Barkley <stu...@4gh.net> wrote:
>>>
>>>
>>>> % cdrdao disk-info Cdrdao version 1.2.3 - (C) Andreas Mueller
>>>> <and...@daneb.de> /dev/sr0: TSSTcorp CDDVDW SH-S202N Rev:
>>>> SB01 Using driver: Generic SCSI-3/MMC - Version 2.0 (options
>>>> 0x0000)
>>>
>>> cdrdao seems to me unmaintained since aprox. 5 years. It only supports
>>> CDs.
>>>
>>>> % wodim -atip
>>>
>>> Wodim does not support DVDs or BluRays.
>>
>>Don't spew nonsense wodim works fine for DVDs
>
> Thank you for verifying that you did never use wodim and thus have no
> clue about it's features and drawbacks.


[octothorpe@desktop ~]$ rpm -qa | grep wodim
wodim-1.1.11-14.fc17.x86_64

Now shut the hell up

Spew your garbage/non sense elsewhere


>
> While cdrecord supports the -atip option since 15 years, wodim did
> remove the CVD support code and introduced something half baken that
> does not work at all with -atip and that only sometimes works for
> writing.

Go tell someone who cares. I will not use cdrtools ever, you happy now.



0 new messages