edit volume id of an iso file ?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users edit volume id of an iso file ?
# 1  
Old 08-03-2009
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 of the ISO file, and store it there.

How to edit the Volume id of an ISO file.

Code:
Volume id: Your Disk Title

# 2  
Old 09-06-2009
For what purpose? I don't use Linux or mkisofs but wonder if you're looking for a way to store the md5sum as part of the image so that you can use it for image verification at some later time. But, if that's the case, I would assume altering the file volume would also cause the md5sum of the image file to change.
# 3  
Old 09-08-2009
Quote:
But once after creating the iso file i would want to edit it. Because i want to find the md5sum of the ISO file, and store it there.
You appear to not understand the point of doing a md5sum hash of the image after it is created. If you change anything about the ISO image after you have hashed it, then by definition the hash is incorrect and useless for checking the integrity of the image.

You have to store the md5sum hash somewhere outside of the ISO file.
# 4  
Old 09-10-2009
Both of you were right that, it would change the md5sum then again.

I would ask this question in a different way then, I would want the md5sum of the image to be stored somewhere(inside the CD/DVD), and whenever i want to check the integrity of CD/DVD i will use that to check.
So if i maintain it outside, it would be an inefficient thing to do. That is i may make a DVD now, i would check the integrity at my home/office or client side if i have the md5sum of that image stored along with the media itself.

In the journey of finding out a way to solve this, am not yet got a right solution. Where as i had lot of questions related to this posted as
I would appreciate any answers/ways to do this. Thanks.
# 5  
Old 09-10-2009
If you have room on your DVD, you can certainly append a file to the DVD which contains the md5sum hash before you finialize the DVD.
# 6  
Old 09-10-2009
But am not saying, i will do this only in RW medias.

Most of the times, i use R medias. So appending does not seems fit ?!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

No space in volume group. How to create a file system using existing logical volume

Hello Guys, I want to create a file system dedicated for an application installation. But there is no space in volume group to create a new logical volume. There is enough space in other logical volume which is being mounted on /var. I know we can use that logical volume and create a virtual... (2 Replies)
Discussion started by: vamshigvk475
2 Replies

2. 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

3. UNIX for Dummies Questions & Answers

How to create a volume group, logical volume group and file system?

hi, I want to create a volume group of 200 GB and then create different file systems on that. please help me out. Its becomes confusing when the PP calculating PP. I don't understand this concept. (2 Replies)
Discussion started by: kamaldev
2 Replies

4. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

5. 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

6. UNIX for Dummies Questions & Answers

VERITAS Volume Manager - mirror a disk/volume

I have a machine (5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V210) that we are upgrading the storage and my task is to mirror what is already on the machine to the new disk. I have the disk, it is labeled and ready but I am not sure of the next steps to mirror the existing diskgroup and... (1 Reply)
Discussion started by: rookieuxixsa
1 Replies

7. AIX

Basic Filesystem / Physical Volume / Logical Volume Check

Hi! Can anyone help me on how I can do a basic check on the Unix filesystems / physical volumes and logical volumes? What items should I check, like where do I look at in smit? Or are there commands that I should execute? I need to do this as I was informed by IBM that there seems to be... (1 Reply)
Discussion started by: chipahoys
1 Replies

8. Solaris

How to resize mirror volume in veritas volume manager 3.5 on Solaris 9 OE

Hi all, I have a problem with vxvm volume which is mirror with two disks. when i am try to increase file system, it is throwing an ERROR: can not allocate 5083938 blocks, ERROR: can not able to run vxassist on this volume. Please find a sutable solutions. Thanks and Regards B. Nageswar... (0 Replies)
Discussion started by: nageswarb
0 Replies

9. 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

10. 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
Login or Register to Ask a Question