From owner-freebsd-emulation@freebsd.org Thu Mar 8 10:49:12 2018 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52555F4B513 for ; Thu, 8 Mar 2018 10:49:12 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D8E0C74035 for ; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: by mailman.ysv.freebsd.org (Postfix) id 907BAF4B511; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E023F4B50D for ; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 295AA74034 for ; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: by freefall.freebsd.org (Postfix) id 1EE6485B6; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 1C1E485B5 for ; Thu, 8 Mar 2018 10:49:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5A6E74033; Thu, 8 Mar 2018 10:49:10 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1ett6j-0002Ej-G7; Thu, 08 Mar 2018 11:49:09 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: vbox@freebsd.org, freebsd-fs@freebsd.org, "FreeBSD Current" Subject: Re: vboxvfs: Not a directory References: Date: Thu, 08 Mar 2018 11:49:12 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a2d32f98be707cbcda8602d5fffa976a X-Mailman-Approved-At: Thu, 08 Mar 2018 12:05:56 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 10:49:12 -0000 Including the virtualbox port maintainer in the loop. Any thoughts? Ronald. On Sun, 04 Mar 2018 22:04:05 +0100, Ronald Klop wrote: > Hi, > > I'm trying to use vboxfs on # uname -a > FreeBSD sjakie 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r329516M: Sun Feb 18 > 12:37:36 CET 2018 > ronald@sjakie:/data/ronald/obj-freebsd-current/data/ronald/freebsd-current/amd64.amd64/sys/GENERIC-NODEBUG > amd64 > > I run VirtualBox on Windows 10 using FreeBSD 12 as a guest. > virtualbox-ose-additions-5.2.8 is installed by pkg. > I configured C:\Temp as 'win' in VirtualBox. > > Modules are loaded: > kldstat | grep vbox > 5 2 0xffffffff82e26000 2d9e0 vboxguest.ko > 13 1 0xffffffff82e7e000 1f320 vboxvfs.ko > > [root@sjakie ~]# mount_vboxvfs win /mnt/win > [root@sjakie ~]# ls /mnt/win/ > ls: /mnt/win/: Not a directory > > I tried different Windows directories and different users/rights on the > /mnt/win directory. > Am I doing something wrong? > I can't find a lot documentation about vboxvfs. > > Regards, > Ronald. > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"