Results 1 to 5 of 5
I replaced the hds in my computer a while back. They were linked up as one logical volume, but before I pulled them out I saved isos of each disk.
...
- 10-29-2009 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 4
can I mount a logvol from two isos?
I replaced the hds in my computer a while back. They were linked up as one logical volume, but before I pulled them out I saved isos of each disk.
However, now I need to find some information on them, but I can't figure out how to mount the isos. When I try mount -o loop on either iso, it tells me it can't recognize the file system type.
So I'm guessing that somehow I have to tell mount that they are two parts of one logical volume, but I'm not sure how to do that.
One way or another, is it going to be possible for me to recover the info from these isos?
- 10-29-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
It depends upon how you made your backups. Please describe the process you used as exactly as you can.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-29-2009 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 4
- 10-29-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Ok. So you did a dd with the input parameter as /dev/sda and /dev/sdb? If so, then these are likely valid bit image backups that you can restore to discs which can be mounted with LVM. However, since they were both part of the logical volume, you cannot mount them with "mount -o loop" as you would a standard ISO image because the data is scattered over both discs. At least, I don't know of a way to do what you want...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-29-2009 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 4


Reply With Quote
