From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 1 01:46:07 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B388BDE7 for ; Tue, 1 Oct 2013 01:46:07 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90D7322E9 for ; Tue, 1 Oct 2013 01:46:07 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so6704145pab.29 for ; Mon, 30 Sep 2013 18:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=N9p81vYnkAyncVZ2kleCujdMk88FFeoZKLIKHh6GmfQ=; b=ej2qy7o+R33UZgmNyLL4LllCAfP7vyNskYa1dbd0i5q7Uvu7vEQiVqm9A0du2KJ3Lg ttJq/pYZ/wzUn7f5Y1GOPbgNNiJ/HsKMiVxZ9zmqPwmDEw2rn0n/D4ZGwpU6eTcDW/6c Nbi2xu0U730Zmyw0SAVeQrABAV1r2MFhHM8zUeIC8D4l/bGVlfLe3wxbJ/VwX9u1RYis 4FEOy8fHMUwEbR1H7Tj+WMAzrERDZVSc43vsxYP0fjbACTpDFhAYMW3FzeKVxHrScGHX kuhd+d6JDzFAVkb9dVEi2VVrTp0cWa8f+GIKstWRPLz7IlBayCDJ/n0qYM0BSifmgsNm X3jA== MIME-Version: 1.0 X-Received: by 10.66.66.42 with SMTP id c10mr1962775pat.98.1380591967274; Mon, 30 Sep 2013 18:46:07 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Mon, 30 Sep 2013 18:46:07 -0700 (PDT) Date: Mon, 30 Sep 2013 21:46:07 -0400 Message-ID: Subject: best way to make dvd appear to me a .iso file to the FS From: Aryeh Friedman To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 01:46:07 -0000 bhyveload(8) only let's you use .ISO's for install media and I want to make it so I can just insert a DVD (/dev/cd0) and bhyve can read it as if it was a just a normal file and not a device... short of copying it to the hard drive is there any other solution anyone can think of?