From owner-freebsd-virtualization@freebsd.org Wed Dec 16 19:08:14 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DA20A485B5 for ; Wed, 16 Dec 2015 19:08:14 +0000 (UTC) (envelope-from akgupt3@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3E701E4A for ; Wed, 16 Dec 2015 19:08:13 +0000 (UTC) (envelope-from akgupt3@gmail.com) Received: by mail-vk0-x22d.google.com with SMTP id a188so32795728vkc.0 for ; Wed, 16 Dec 2015 11:08:13 -0800 (PST) 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=XS+t+GG6Oga5aoFM+ePDoZc4nL2n8m1Bv9PMQXVyGQM=; b=zpM9R2+OPilVX6cnTWWCKJdc7juK5SmjaSV1hkuHcxCwd5XOCV8pL+pVYiZ8tmRPAZ iy++fLjMvwgbE685dEgDMaJFCEGP8agMtvXsDAzD7dRckMtlCYYDQENmoAX7if98PPq0 0mLz4DxrdSEAb9aBidYJmwDuSCqIuHUghLo0ev4hglqSpLbcMLa4kL6von/S0vGAtnZP EF8vUraN56VvRmmYrFpuuZkiZLj4YDtXmSZ5rJSYsmro/HYVCcfrvF4zPiIBHPRSLclw IaDWDEunLKPxPGtYV8etEj6hON3nlX5K98wEgVTKnzCMdZ1i2YtQTl4gLRjxoXTFkACw YsZw== MIME-Version: 1.0 X-Received: by 10.31.188.200 with SMTP id m191mr36041116vkf.102.1450292892984; Wed, 16 Dec 2015 11:08:12 -0800 (PST) Received: by 10.31.97.65 with HTTP; Wed, 16 Dec 2015 11:08:12 -0800 (PST) In-Reply-To: <20151216043720.GB22018@dendrobates.araler.com> References: <20151216043720.GB22018@dendrobates.araler.com> Date: Wed, 16 Dec 2015 11:08:12 -0800 Message-ID: Subject: Re: CDROM options in bhyve From: Anish To: Sergey Manucharian Cc: FreeBSD virtualization Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 19:08:14 -0000 >Is there any way to "change" it when the guest is already running? You can specify at boot time, for example in vmrun.sh -s $(($nextslot+1)):0,virtio-blk,${isofile} \ 'isofile' is specified using '-I' argument $./vmrun.sh -I vm1 Once system is booted, you will see two virtio-block: 1. vtbd0 -> Boot HDD 2. vtbd1 -> CDROM image or ISO file. On Tue, Dec 15, 2015 at 8:37 PM, Sergey Manucharian wrote: > Hello, > > Currently bhyve supports attaching a cd image when started. > Is there any way to "change" it when the guest is already running? > Is there a way to attach the host's CD/DVD drive? > > E.g. it would be useful to be able creating symlink to an image file, > and then re-point it to another one (currently does not work). > > Thanks, > Sergey > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" >