Date: Wed, 14 May 2003 16:07:27 -0700 From: Joshua Oreman <oremanj@webserver.get-linux.org> To: How Can ThisBe <howcanthisbe300@hotmail.com> Cc: questions@freebsd.org Subject: Re: How can I mount a cdrom .bin file? Message-ID: <20030514230726.GC28337@webserver.get-linux.org> In-Reply-To: <BAY7-F20RcC8aXKFdFD00014980@hotmail.com> References: <BAY7-F20RcC8aXKFdFD00014980@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <raphael@computer-rental.ch> > >To: "How Can ThisBe" <howcanthisbe300@hotmail.com> > >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 : > > > <snip> > > _________________________________________________________________ > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030514230726.GC28337>