From owner-freebsd-virtualization@freebsd.org Sat Aug 1 00:23:30 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 68C0C9B0ABF for ; Sat, 1 Aug 2015 00:23:30 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (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 0CE06FC1 for ; Sat, 1 Aug 2015 00:23:30 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: by wibxm9 with SMTP id xm9so50302812wib.1 for ; Fri, 31 Jul 2015 17:23:27 -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=ly8LkF4JeYQMIC/0BeUl5EtOJfCVWz/tk1IFndmFKxQ=; b=r1cpTmlWhmxc8JekUCQRRGr//Nlmz3qOuzippWDgz72R2f+xMnXqRChlIXNPbo6b0D e6d2A5lsM9jtBMxd03pK53hXIsFeGkR3X2YXa/4n84B6OUXBcgrVRaA2AwZ+98GPWZA0 2VRtWcMSclsxldb009NFlslBSHn9tJ4pBX0MN8WfU0BTqb1TQIXsdG4qWrTIY/2uNeTV kmEmz7JnlbZsasFydUPfQMxc6ACJSeL8SBpocuyHR7By80GbXYbVSF94Y+yfm59ZTlEb KvH9DoJ3JJwTFGV405A2Gx1VlDNebX3keci0mA8wGxeWf0Fsozl3GtFKigB52BD1lYV+ 3APA== MIME-Version: 1.0 X-Received: by 10.180.81.106 with SMTP id z10mr11734536wix.22.1438388607463; Fri, 31 Jul 2015 17:23:27 -0700 (PDT) Received: by 10.27.214.139 with HTTP; Fri, 31 Jul 2015 17:23:27 -0700 (PDT) In-Reply-To: <55BB7DCD.8070303@gmx.com> References: <55BB7DCD.8070303@gmx.com> Date: Fri, 31 Jul 2015 17:23:27 -0700 Message-ID: Subject: Re: virtio disk device file "/dev/hast/shared" does not exist. Creating it ... From: Neel Natu To: Nikos Vassiliadis Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Sat, 01 Aug 2015 00:23:30 -0000 Hi Nikos, On Fri, Jul 31, 2015 at 6:53 AM, Nikos Vassiliadis wrote: > Hi, > > While trying to use a HAST device as my storage I got this message. > >> Booting... >> virtio disk device file "/dev/hast/shared" does not exist. >> Creating it ... >> GDB: no debug ports present >> KDB: debugger backends: ddb >> KDB: current backend: ddb >> Copyright (c) 1992-2015 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > > > Does anybody know what "creating it" mean in this regard? > I assume you are using vmrun.sh to start the virtual machine. If the backing file for the virtio disk device does not exist then the script will create it before launching the virtual machine. See 'make_and_check_diskdev()' function in vmrun.sh. best Neel > Thank in advance, > Nikos > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org"