PC Review


Reply
Thread Tools Rate Thread

Creating DVD .ISO files form FileSystem

 
 
KayZer Soze
Guest
Posts: n/a
 
      25th Feb 2005
I'm currently using mkisofs (sourceforge) to create CD-ROM .ISO files, from
files of my NTFS FileSystem. With a Script i can create a .ISO file and Burn
the CD-RW with a Backup. 100% automatic, with human intervention (only to
change CD-RW from day-to-day)

I'm searching for a similar tool, to create DVD .ISO files (My Backups are
getting bigger)

Someone can help?



 
Reply With Quote
 
 
 
 
Paul R. Sadowski [MVP]
Guest
Posts: n/a
 
      25th Feb 2005
Hello, KayZer:
On Fri, 25 Feb 2005 11:37:32 -0300: you wrote...

KS> I'm currently using mkisofs (sourceforge) to create CD-ROM .ISO files,
KS> from files of my NTFS FileSystem. With a Script i can create a .ISO
KS> file and Burn the CD-RW with a Backup. 100% automatic, with human
KS> intervention (only to change CD-RW from day-to-day)
KS>
KS> I'm searching for a similar tool, to create DVD .ISO files (My Backups
KS> are getting bigger)

Is there a difference between CD and DVD ISO images?

The W2003K resource kit (downloadable) contains DVDBurn.exe

Regards, Paul R. Sadowski [MVP].


 
Reply With Quote
 
KayZer Soze
Guest
Posts: n/a
 
      25th Feb 2005
This tool can turn file in the files system on a .ISO image, or burn a .ISO
to the DVD?
I will look for the tool, tanks

"Paul R. Sadowski [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello, KayZer:
> On Fri, 25 Feb 2005 11:37:32 -0300: you wrote...
>
> KS> I'm currently using mkisofs (sourceforge) to create CD-ROM .ISO

files,
> KS> from files of my NTFS FileSystem. With a Script i can create a .ISO
> KS> file and Burn the CD-RW with a Backup. 100% automatic, with human
> KS> intervention (only to change CD-RW from day-to-day)
> KS>
> KS> I'm searching for a similar tool, to create DVD .ISO files (My

Backups
> KS> are getting bigger)
>
> Is there a difference between CD and DVD ISO images?
>
> The W2003K resource kit (downloadable) contains DVDBurn.exe
>
> Regards, Paul R. Sadowski [MVP].
>
>



 
Reply With Quote
 
KayZer Soze
Guest
Posts: n/a
 
      25th Feb 2005
From MS Site:

ISO DVD Burner Tool (DVDBurn) is a command-line tool that allows the user to
write (burn) Digital Video Disk (DVD) images from image files located on the
hard drive to Digital Video Disk (DVD) media. The data image can be created
by any program capable of producing DVD image files. You can also use this
tool to erase DVD media.


As far as i inderstood the tool need a .ISO already created.
I Need to CREATE the .ISO based on my file system



"Paul R. Sadowski [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello, KayZer:
> On Fri, 25 Feb 2005 11:37:32 -0300: you wrote...
>
> KS> I'm currently using mkisofs (sourceforge) to create CD-ROM .ISO

files,
> KS> from files of my NTFS FileSystem. With a Script i can create a .ISO
> KS> file and Burn the CD-RW with a Backup. 100% automatic, with human
> KS> intervention (only to change CD-RW from day-to-day)
> KS>
> KS> I'm searching for a similar tool, to create DVD .ISO files (My

Backups
> KS> are getting bigger)
>
> Is there a difference between CD and DVD ISO images?
>
> The W2003K resource kit (downloadable) contains DVDBurn.exe
>
> Regards, Paul R. Sadowski [MVP].
>
>



 
Reply With Quote
 
Paul R. Sadowski [MVP]
Guest
Posts: n/a
 
      25th Feb 2005
Hello, KayZer:
On Fri, 25 Feb 2005 14:43:44 -0300: you wrote...

KS> As far as i inderstood the tool need a .ISO already created.
KS> I Need to CREATE the .ISO based on my file system

What I'm saying is that I believe mkisofs will make an ISO that can be
burned to either CD or DVD. SInce you are using rewritable DVDs I suggest
giving it a try unless someone can confirm that they are different files.

Regards, Paul R. Sadowski [MVP].


 
Reply With Quote
 
KayZer Soze
Guest
Posts: n/a
 
      28th Feb 2005
Your're right!
The .ISO format is the same on DVDs.
The difference is on the dvdburner
i'm on a W2K machine, the Win2003 reskit with dvdburn dwon't install on W2K,
so i used nersocmd

I'm still researching, but i think nerocmd.exe also can create .iso files

My script will do some like that:

mkisofs -J -o c:/temp/bakserver1.iso d:/backup/server1/*
and nerocmd --write --force_erase_cdrw --drivename E --dvd
c:/temp/bakserver1.iso

I'm still testing...


"Paul R. Sadowski [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello, KayZer:
> On Fri, 25 Feb 2005 14:43:44 -0300: you wrote...
>
> KS> As far as i inderstood the tool need a .ISO already created.
> KS> I Need to CREATE the .ISO based on my file system
>
> What I'm saying is that I believe mkisofs will make an ISO that can be
> burned to either CD or DVD. SInce you are using rewritable DVDs I suggest
> giving it a try unless someone can confirm that they are different files.



 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      28th Feb 2005
KayZer Soze wrote:

> Your're right!
> The .ISO format is the same on DVDs.
> The difference is on the dvdburner
> i'm on a W2K machine, the Win2003 reskit with dvdburn dwon't install on W2K,
> so i used nersocmd

Hi

If you have access to a WinXP computer, you can install the Win2003
reskit on it, and then copy Dvdburn.exe to the Win2k computer (the
help file that comes with the reskit lists Win2k, WinXP and Win2003
under system requirements).


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
KayZer Soze
Guest
Posts: n/a
 
      28th Feb 2005
I'm on a custmoer without XP...
Can i extract the files from the MSI with a veritas LE pack editor?

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> KayZer Soze wrote:
>
> > Your're right!
> > The .ISO format is the same on DVDs.
> > The difference is on the dvdburner
> > i'm on a W2K machine, the Win2003 reskit with dvdburn dwon't install on

W2K,
> > so i used nersocmd

> Hi
>
> If you have access to a WinXP computer, you can install the Win2003
> reskit on it, and then copy Dvdburn.exe to the Win2k computer (the
> help file that comes with the reskit lists Win2k, WinXP and Win2003
> under system requirements).
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx



 
Reply With Quote
 
Paul R. Sadowski [MVP]
Guest
Posts: n/a
 
      28th Feb 2005
Hello, KayZer:
On Mon, 28 Feb 2005 12:35:07 -0300: you wrote...

KS> Your're right!
KS> The .ISO format is the same on DVDs.
KS> The difference is on the dvdburner
KS> i'm on a W2K machine, the Win2003 reskit with dvdburn dwon't install on
KS> W2K, so i used nersocmd

If you have Nero then wouldn't it be easier to just use InCD and xcopy the
files rather than making an ISO image? That's what I do using Drag to Disc
from Roxio.

When I tested mkisofs a while ago it seemed very slow compared to say
UltraISO (shareware), but using packet writing software like InCD or Darg to
Disc or DLA, it seems you make life a lot simpler for yourself.

Regards, Paul R. Sadowski [MVP].


 
Reply With Quote
 
Forkart
Guest
Posts: n/a
 
      28th Feb 2005
Download MagicISO, Using it to burn DVD iso image.
http://www.magiciso.com/

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem creating a filesystem object John Crawford Microsoft Powerpoint 8 9th Dec 2007 05:40 PM
downloading files from filesystem Tina Microsoft ASP .NET 3 14th Aug 2007 12:58 PM
Can XP filesystem read Vista files? cozzmo1@hotmail.com Windows Vista Installation 5 7th Aug 2007 07:06 PM
Windows Form Control Access to FileSystem =?Utf-8?B?WmFoaWQ=?= Microsoft Dot NET Framework 1 2nd Oct 2004 01:58 PM
retrieving files of filesystem Yves Microsoft VB .NET 4 6th Jun 2004 12:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:42 PM.