Author Topic: Create an ISO from a CD  (Read 25219 times)

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #15 on: July 05, 2019, 06:14:55 pm »
2Andre Heldoorn: No, on Hobbes I see an older version. This one is uploaded at

ftp://osfree.org/upload/froloff/cdrtools-2.01.01a59.zip

If I remember correctly, this latest one is needed to create an iso file successfully.  I could not get DVD Toys to work until I used this one.
« Last Edit: July 05, 2019, 06:26:43 pm by David Graser »

Valery Sedletski

  • Sr. Member
  • ****
  • Posts: 368
  • Karma: +2/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #16 on: July 05, 2019, 09:22:14 pm »
Yes, the latest one available from Froloff and Nickk (until they left OS/2 and didn't gave the sources to the community. Disappeared in
the unknown direction ;()

PS: BTW, this version of CDRTools supports USB CD/DVD/BD disks (tested well with my Hitachi-LG BP50NB40 Blu-ray/DVD/CD writer).
Though, better use the os2cdrom.dmd version from IBM's UDF filesystem (included in latest versions of eCS and ArcaOS), instead of
the version included in CDRTools.

PPS: On Blu-ray disks, UDF cannot format such disks as a "big disktette". UDF format just returns an "unknown medium" error. I use fat32.ifs for creating "big diskettes" with FAT/FAT32/exFAT filesystem on CD/DVD/BD rewritable disks. Just format such disks with the included FAT utility DLL  with /fs:<FAT16|FAT32|EXFAT> parameter:

Quote
format w: /fs:fat32 /v:fat32dvd

And you should be able to use such disks as "big diskettes". I reused here the CDRW read/write code from VBox. So, the same
routines are used in both programs.
« Last Edit: July 05, 2019, 09:51:20 pm by Valery Sedletski »

Valery Sedletski

  • Sr. Member
  • ****
  • Posts: 368
  • Karma: +2/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #17 on: July 05, 2019, 09:31:47 pm »
2Doug Clark: BTW, you can use VBox with WinXP guest to run Nero, and grab and burn CD's and DVD's from it. As latest OS/2 version of
VBox has support of CD/DVD pasthrough, and CD-writing software should work fine. Anybody tested that, except me? ;)

PS: PowerDVD should work too, though, I didn't tried it.
« Last Edit: July 05, 2019, 09:52:49 pm by Valery Sedletski »

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #18 on: July 05, 2019, 09:59:09 pm »
Yes, the latest one available from Froloff and Nickk (until they left OS/2 and didn't gave the sources to the community. Disappeared in
the unknown direction ;()


I wonder if this is froloff

https://github.com/froloff?tab=repositories

https://twitter.com/LeonidFrolov

The guy appears to be a programmer and is still active on twitter.

Valery Sedletski

  • Sr. Member
  • ****
  • Posts: 368
  • Karma: +2/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #19 on: July 05, 2019, 11:36:07 pm »
No, this is wrong froloff. Frolloff should be Dmitry, not Leonid

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: Create an ISO from a CD
« Reply #20 on: July 06, 2019, 06:51:33 pm »
In the cdrwsel (untested last package) under my site, you'll have included ( remydodin.levillage.org )
cdrtools2-2.01a32.zip
dvddao-2.0.4.zip
trk2iso.zip
cdrecord2

Cheers/2
 

Doug Clark

  • Sr. Member
  • ****
  • Posts: 306
  • Karma: +7/-1
    • View Profile
Re: Create an ISO from a CD
« Reply #21 on: September 17, 2020, 07:01:55 am »
I am finally reporting back as requested.

I found three methods using OS/2 that work

1) The suggestion by Rich Walsh

readcd dev=0,1,0 -ftest.iso -retries-32

where dev=0,1,0 is the scsi address and test.iso is the name of the ISO file to create

2) Tonigy - which is an interesting animal.
With Tonigy (once installed)  you attached the CD as a drive letter on your machine using the Tonigy app.  Then when you open that drive letter  there appears the file
TRACK1.ISO
which you can copy.  That file is the ISO for the entire CD

3) eburnit
EburnIT is a front end for DVDDAO.exe

While DVD Toys can do it from the command line (#1) I didn't find any way to do it using its GUI.
« Last Edit: September 17, 2020, 07:07:01 am by Doug Clark »

Martin Vieregg

  • Sr. Member
  • ****
  • Posts: 278
  • Karma: +2/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #22 on: September 26, 2020, 07:31:29 pm »
I have written a batchfile collection BatchBurn for easy use of cdrecord. A simple command to create an ISO file from a CD is also included.


Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Create an ISO from a CD
« Reply #23 on: September 28, 2020, 03:20:01 am »
Hi Martin

Just a different subject that I noticed. Is you 4allCalc and Hypermake  still for sold on BMTMicro? Because when I clicked the link it says "This product is not available for purchase". (Pic attached)

Just as a suggestion, if you are still selling your software, you maybe can talk with Arca Noae to put your items on their store too.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Wendy Krieger

  • Newbie
  • *
  • Posts: 45
  • Karma: +6/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #24 on: October 08, 2021, 12:36:08 pm »
cdread.exe is the magic for making iso files from live media.

Code: [Select]
To read the complete media from a CD-ROM writing the data to the file cdimage.raw:

readcd dev=2,0 f=cdimage.raw

Use readcd -scanbus   to find out the value for 'dev='.

With DVDTools, you have to register them to add the iso-file as an option.  The unregistered version does not do this.

Wendy Krieger

  • Newbie
  • *
  • Posts: 45
  • Karma: +6/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #25 on: November 07, 2021, 12:08:31 pm »
This mkisofs.exe does not appear to have -duplicatesonce as an option.

Wendy Krieger

  • Newbie
  • *
  • Posts: 45
  • Karma: +6/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #26 on: November 08, 2021, 10:55:06 am »
I would be interested in Martin's hypermake etc.  Currently my web page is done in a home-grown markup language.

Andreas Schnellbacher

  • Hero Member
  • *****
  • Posts: 827
  • Karma: +14/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #27 on: November 08, 2021, 11:53:21 am »
This mkisofs.exe does not appear to have -duplicatesonce as an option.
Maybe related: -makelinks sounds similar and is a recent option.

Wendy Krieger

  • Newbie
  • *
  • Posts: 45
  • Karma: +6/-0
    • View Profile
Re: Create an ISO from a CD
« Reply #28 on: November 09, 2021, 10:44:01 am »
CD Toys has a program "Save Disk Image", which is a gui interface to imageing disks.  See attached piccie.