Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2007 19:36:37 +0100
From:      Bruce Cran <bruce@cran.org.uk>
To:        "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mounting a uif dvd image
Message-ID:  <471A4AB5.7090502@cran.org.uk>
In-Reply-To: <4719FB09.4080404@gmail.com>
References:  <4719FB09.4080404@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Aryeh M. Friedman wrote:
> I have a uif dvd image that I want to mount how do I do this (or convert
> to ISO).

You can do this by using mdconfig and mount_udf (which is called by 
'mount').  First, create a md device:

mdconfig -a -t vnode -f /path/to/dvd_image

This will create a /dev/mdX device, which you can then mount with:

mount -t udf /dev/mdX /path/to/mount/dir

--
Bruce Cran



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