From owner-freebsd-questions@FreeBSD.ORG Fri Aug 16 08:44:36 2013 Return-Path: Delivered-To: freebsd-questions@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 27653588 for ; Fri, 16 Aug 2013 08:44:36 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4F19288B for ; Fri, 16 Aug 2013 08:44:35 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id f14so558171wiw.13 for ; Fri, 16 Aug 2013 01:44:34 -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=nMYq3Ex/wiwUyX28dPECAZIXWacKnP+znoGTbh6Xg58=; b=X6F83hOW7Jg2ti6peGlCkeDgW9qKQ5W2aexBA5vDgMrsSLMaA5C/RLfW2Q0bUWTIyc jLCtZUkcPRfd6qo0f+X4geJ81uJnFwO9/h7eMAb6OFPV/I8gH3OHMIPDj3AXrfC8BaD/ /4eSA7jtEeASOjpsRJSiOwIkECp3w4S9Mqf8gzg6FDUMKJf1JLViqAZYP/WTLvMdhE7O DZwpUj8PYQSMDUq0PpH1zHoENF+Y71M8/tgMj+NvVEgh3cOzkuOp5fevtjfOdZEi+TFR 7Ks+elRRsoK/BSLgNya0PIYwsgkagXJNtP6vJPeCDGsYRYAJMd/YjtTtoT/gnejlQPaA Dkfw== MIME-Version: 1.0 X-Received: by 10.180.85.133 with SMTP id h5mr4473422wiz.1.1376642674001; Fri, 16 Aug 2013 01:44:34 -0700 (PDT) Received: by 10.216.67.196 with HTTP; Fri, 16 Aug 2013 01:44:33 -0700 (PDT) Date: Fri, 16 Aug 2013 09:44:33 +0100 Message-ID: Subject: Vbox shared folders and freebsd guests From: krad To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 08:44:36 -0000 Hi, Do shared folders from vbox hosts to freebsd guests work as i cant seem to mount them? I have the guest additions installed fine. s11 host vbox@radical:~$ VBoxManage list runningvms "router" {daa9e421-7730-4f77-b97c-d931c107e50d} vbox@radical:~$ VBoxManage list runningvms -l| ggrep -iA 2 share Shared folders: Name: 'new', Host path: '/videos/new' (machine mapping), writable vbox@radical:~$ uname -a SunOS radical.intranet 5.11 11.1 i86pc i386 i86pc bsd guest [root@carrera /home/krad]# kldstat -v | grep -i vb 20 1 0xffffffff81c12000 22c77 vboxguest.ko (/boot/modules/vboxguest.ko) 500 pci/vboxguest [root@carrera /home/krad]# ls -l /| grep mnt drwxrwxrwx 13 root wheel 512 Aug 12 2012 mnt [root@carrera /home/krad]# mount -t vboxsf new /mnt mount: new: Operation not supported by device [root@carrera /home/krad]# ps auxwww| grep VB root 1204 0.0 0.1 32200 2832 ?? Ss 9:19AM 0:00.16 /usr/local/sbin/VBoxService