From owner-freebsd-questions Fri Jul 6 8:25:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id B2DBA37B40B for ; Fri, 6 Jul 2001 08:25:10 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.3/8.9.3) with ESMTP id f66FN3M14228; Fri, 6 Jul 2001 12:23:05 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 6 Jul 2001 12:23:03 -0300 (ART) From: Fernando Gleiser To: edwin chan Cc: Subject: Re: why I can't found loopback device for mount iso files In-Reply-To: <200107061458.f66EwIp96598@www.suntop-cn.com> Message-ID: <20010706121938.E13087-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You need to use the vn device: # vnconfig /dev/vn0 # 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