From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 1 06:05:00 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4325FABF for ; Tue, 1 Oct 2013 06:05:00 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2DAE2EF8 for ; Tue, 1 Oct 2013 06:04:59 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id cb5so4996176wib.9 for ; Mon, 30 Sep 2013 23:04:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rVmTR04YVhxdXdkuSXICkFKWiI9wd05wfzKi+A68VPw=; b=TCN0q7R0NOooz2SQFpQUs3kJe57erxje3ujDEyhAJMY1/EAX4ZRgu9DUmrWOV1Ig+E t4A+wJ0CZ6YGZ4oyK6YfhXU+8HejHbqPCuKhRak5Suo0bN3UPR+PcFCbrvTI01UfW5ei 5fbjrurGHRuwQ8XecUZWlGwtJZtl+TzyMuKKH7i+ckrWbR3Mpt7HbaGaHHoRAkRazO9U ECyLTFOmaYZBoyAvYTd1xZPVPdauj19QnVJrHrCK3dQ2Le29HcPoyFcvle6VgvG+jlb5 AwTSSLdBzu9UuXDO8Z/e5NS8RFjy91P7kgFs36j1mLAWn0wY1gdThrQz0rUrEEHe4Zdr vmRg== MIME-Version: 1.0 X-Received: by 10.180.198.79 with SMTP id ja15mr16845568wic.36.1380607498162; Mon, 30 Sep 2013 23:04:58 -0700 (PDT) Received: by 10.180.84.163 with HTTP; Mon, 30 Sep 2013 23:04:58 -0700 (PDT) Received: by 10.180.84.163 with HTTP; Mon, 30 Sep 2013 23:04:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Oct 2013 08:04:58 +0200 Message-ID: Subject: Re: best way to make dvd appear to me a .iso file to the FS From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Hackers 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 06:05:00 -0000 El 01/10/2013 03:46, "Aryeh Friedman" escribi=F3= : > > 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? You could use mkisofs/growisofs to create such file from the mounted CD/DVD= . > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= "