Change one file in an ISO image

Michael David Crawford mdc at prgmr.com
Thu Sep 17 00:30:56 UTC 2009


Bryant Eadon wrote:
> Have you tried mounting it as a vnode ? and mounting it R/W ?
> 
> mdconfig -a -t vnode -f file.img
> mount -t <type> /dev/md0 /mnt/rw_dvd
> 
> Where <type> may be cd9660 or some other format of the image.
> 
> I haven't seen reported success with this method (checked with various 
> google searches), but perhaps there's something along these lines *will* 
> work.

Pardon my political incorrectness...

If you can't get it to work under FreeBSD, I'm pretty sure that it works 
under Linux:

   mount -t iso9660 -o loop file.img /mnt

(I'm not sure that "iso9660" is the right filesystem type, but "man 
mount" will tell you.)

Once mounted that way you can use it like any other filesystem.

I actually did this once, but it was years ago.

Mike
-- 
Michael David Crawford
mdc at prgmr.com

    prgmr.com - We Don't Assume You Are Stupid.

       Xen-Powered Virtual Private Servers: http://prgmr.com/xen


More information about the freebsd-questions mailing list