ISO file creation -- procedure


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users ISO file creation -- procedure
# 1  
Old 08-28-2009
ISO file creation -- procedure

Hi All,

Am creating ISO file for same directory two times and both has different md5sum, Why does it so ?!

Am pretty sure that, there is no change in that directory between the ISO creations, So what could be issue ? Or is there any misunderstanding in the process.

Code:
mkisofs -J -R -otest1.iso ./testdir
mkisofs -J -R -otest2.iso ./testdir

Expecting both the md5sum to be same !! but it is not ??

Code:
$ md5sum test?.iso
2a1001de29b75013d1bb5a8a787cf2ef  test1.iso
d01b9b1120ec6662d582dc3af6f94338  test2.iso

Side Note: I have related question posted already here, which dont had answer, so tried other ways and the above is one of the doubt in other way... https://www.unix.com/unix-advanced-ex...-iso-file.html
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

.ISO file extension

I am hoping that someone will give me information on opening and installing Ubuntu to run beside Windows 7 on my computer. I downloaded Ubuntu-14.04-desktop-i386, but it came as an .ISO file, and I have no idea how to open it to install it. Please Help. (7 Replies)
Discussion started by: JohnBaxter
7 Replies

2. Boot Loaders

Where to get windows 7 iso file of repair?

I need to make a bootable usb of windows 7 repair disc iso file so that I can use it in case my system doesn't boot up. On net I am getting complete windows 7 OS iso but I need only the repair disc for making bootable iso. I am not sure whether I used right word by using the word disc here... (3 Replies)
Discussion started by: ravisingh
3 Replies

3. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

4. UNIX for Dummies Questions & Answers

How to modify an iso image file

Hi, I'm trying to create a customized debian installer on a USB key. I found a tutorial on how to create the usb key. After the USB key is prepared, all you have to do is to copy the iso file to the stick. So what I need to do now is to be able to modify the content of the iso file before... (7 Replies)
Discussion started by: chebarbudo
7 Replies

5. UNIX for Advanced & Expert Users

edit volume id of an iso file ?

Is there any command in Linux available to edit the ISO file's volume id ? I know while creating an ISO we can give the volume id using -V option as mkisofs -V "Your Disk Title" -o image.iso FILES But once after creating the iso file i would want to edit it. Because i want to find the md5sum... (5 Replies)
Discussion started by: thegeek
5 Replies

6. AIX

AIX ISO image file

Hi all, Can anyone get the link to download the iso image of AIX as i am new to AIX need to study and work on the concepts of AIX. Thnx in advance... VINU:) (3 Replies)
Discussion started by: vinuvinod
3 Replies

7. SCO

making an iso file...

can i make an iso file from my DAT tape? pref .ISO? the thing is .. i have an 5.0.7 and a complete backup of hd (cpio cmd) on to tape (find . -depth -print | cpio -oVcB -C 20480 -O /dev/rStp0) that i made after booting from boot&root floppies now i want to take this backup and dump it on... (5 Replies)
Discussion started by: asafronit
5 Replies

8. Filesystems, Disks and Memory

Edit an ISO / dd file?

Just trying to come up with a solution to something I'm trying... Does anyone know if it's possible to edit the contents of an ISO image? Or a file created using the dd command? What am I trying to do? - Well, I had the idea that if I took the FreeBSD "mini.iso" - I could strip out the bits... (4 Replies)
Discussion started by: WIntellect
4 Replies

9. UNIX for Advanced & Expert Users

ISO creation problem :-: mkisofs

Hi, I am trying to burn a directory containing some install scripts/executables etc onto a cd. I am using redhat v7.0. I have tried using mkisofs, but so far have not been able to get the case of the filenames to be correct. one file is called: startInstaller but it always comes out as... (1 Reply)
Discussion started by: ghoti
1 Replies
Login or Register to Ask a Question
pkg2du(1M)						  System Administration Commands						pkg2du(1M)

NAME
pkg2du - convert driver packages to Driver Update format SYNOPSIS
/usr/bin/pkg2du [-f] [-v] [-d dir] [-o iso] [-l label] [-r release] pkg [pkg ...] DESCRIPTION
The /usr/bin/pkg2du utility takes one or more packages as input and converts them to Driver Update (DU) format. If the -d option is speci- fied, the resulting DU directory tree is placed in the directory dir. If the -o option is specified, a Solaris ISO image of the DU direc- tory tree is written in the file iso. The ISO image can be burned onto CD/DVD using cdrw(1) or cdrecord(1) (not a SunOS man page) and used during Solaris installation. At least one of the -d and -o options must be specified. If both are specified, then both an ISO image and a directory tree are generated. OPTIONS
The following options are supported: -d dir Directory where the DU directory should be created. -o iso Create a Solaris ISO image of the DU directory. -f If dir/DU or iso exists, remove it without asking first. -l label Label/volume name of the ISO image (if -o option is specified). -r release Solaris release number to use. It takes the form of the return from uname -r command, for example, 5.10. If unspecified, the release number of the currently running Solaris is used. -v Verbose. Multiple -v options increase verbosity. OPERANDS
The following operands are supported: pkg [pkg...] One or more packages to be converted to DU format. EXAMPLES
Example 1 Creating a DU CD/DVD The following commands create a DU CD or DVD containing packages SUNWfoo and SUNWbar. # /usr/bin/pkg2du -r 5.10 -o my.iso SUNWfoo SUNWbar # /usr/bin/cdrw -i my.iso ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
cdrw(1), mkcd(1M), attributes(5) mkisofs(8), (/usr/share/man/man8/mkisofs.8), in the SUNWfsman package (not a SunOS man page) SunOS 5.11 29 Jul 2008 pkg2du(1M)