Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2001 12:23:03 -0300 (ART)
From:      Fernando Gleiser <fgleiser@cactus.fi.uba.ar>
To:        edwin chan <slack@www.suntop-cn.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: why I can't found loopback device for mount iso files
Message-ID:  <20010706121938.E13087-100000@cactus.fi.uba.ar>
In-Reply-To: <200107061458.f66EwIp96598@www.suntop-cn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
You need to use the vn device:

# vnconfig /dev/vn0 <path to the iso file>
# mount /dev/vn0 /mnt

when you are done, umount /mnt and then "vnconfig -u /dev/vn0"

man vnconfig for details.


			Fer



On Fri, 6 Jul 2001, edwin chan wrote:

> hi, When I use linux, I can mount iso files. But at Freebsd, I can't find
> loopback device for mount iso files as a filesystem in system.
> have any advice ?
> notice: please cc to me, I not subscribute to this maillist.
> thanks.
>
> edwin chan
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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