From owner-freebsd-questions@FreeBSD.ORG Wed May 14 16:06:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8AA37B401 for ; Wed, 14 May 2003 16:06:36 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B67643F85 for ; Wed, 14 May 2003 16:06:35 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 28832 invoked by uid 1001); 14 May 2003 23:07:27 -0000 Date: Wed, 14 May 2003 16:07:27 -0700 From: Joshua Oreman To: How Can ThisBe Message-ID: <20030514230726.GC28337@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: How can I mount a cdrom .bin file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 23:06:36 -0000 On Wed, May 14, 2003 at 10:56:54PM +0000 or thereabouts, How Can ThisBe seemed to write: > No luck (I tried that first :]) > > root:BACKUP# mdconfig -a -t vnode -f BACKUP.CD1.bin -u 0 > root:BACKUP# mount_cd9660 /dev/md0 /mnt > mount_cd9660: /dev/md0: Invalid argument > root:BACKUP# mdconfig -l > md0 vnode 269074 KBytes > > However, an ISO has no problem... > root:BACKUP# mdconfig -a -t vnode -f images.back1.ISO -u 0 > root:BACKUP# mount_cd9660 /dev/md0 /mnt > root:BACKUP# > root:BACKUP# mdconfig -l > md0 vnode 503488 KBytes Try: $ file BACKUP.CD1.bin images.back1.ISO and send us the output. HTH, -- Josh > > >From: Rapha?l Marmier > >To: "How Can ThisBe" > >CC: questions@freebsd.org > >Subject: Re: How can I mount a cdrom .bin file? > >Date: Wed, 14 May 2003 23:22:35 +0200 > > > >Try to mount it as you do with iso, as usually .bin just mean binary. > > > >Raphael > > > >Le mercredi, 14 mai 2003, ? 23:17 Europe/Zurich, How Can ThisBe a ?crit : > > > > > _________________________________________________________________ > ninemsn Extra Storage is now available. No account expiration - no need to > worry about losing your Hotmail account. Go to > http://join.msn.com/?page=dept/home&pgmarket=en-au > > _______________________________________________ > 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"