Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Oct 2013 22:24:07 -0500
From:      dweimer <dweimer@dweimer.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: mounting a .iso =?UTF-8?Q?image=3F=20=2E=2E=2E=20missing=20ma?= =?UTF-8?Q?n=20page?=
Message-ID:  <2374eee44414cbf036ffa994bc7447fb@dweimer.net>
In-Reply-To: <52561B8E.100@dreamchaser.org>
References:  <52561B8E.100@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/09/2013 10:14 pm, Gary Aitken wrote:
> For some strange reason, my 9.1 system seems to be missing the section 
> 1
> man page for tar, although everything else seems to be there.
> 
> I have an iso9660 image of 9.1 release which I tried to mount to copy
> the missing file, but that didn't work (can't find the CD I burned...).
> 
> #mount -t cd9660 -o ro FreeBSD-9.1-RELEASE-amd64-disc1.iso /mnt/tmp
> mount_cd9660:
> /hd1/Downloads/FreeBSD/9_1/FreeBSD-9.1-RELEASE-amd64-disc1.iso: Block
> device required
> 
> Seems like it must be possible to mount a cd9660 image somehow without
> burning an actual disc?
> 
> Gary
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"

mdconfig -a -t vnode -f /path/to/file.iso

this will create a /dev/md# where # starts at 0 for first one

mount it with

mount -t cd9660 -o ro /dev/md# /mnt



-- 
Thanks,
    Dean E. Weimer
    http://www.dweimer.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2374eee44414cbf036ffa994bc7447fb>