[Nix-dev] automatically mount vboxsf
Nicolas Pierron
nicolas.b.pierron at gmail.com
Sat Sep 6 20:25:43 CEST 2014
Hi Andreas,
On Tue, Sep 2, 2014 at 11:06 AM, Andreas Herrmann <andreash87 at gmx.ch> wrote:
> However, inside the virtual machine these are not available immediately. These folders have to be mounted manually by executing the following command as root:
>
> mount.vboxsf hostHome /host_home
Have you tried listing it as an entry of the fileSystem of the vm, such as:
fileSystems."/host_home" = {
fsType = "vboxsf";
device = "hostHome";
};
--
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/
More information about the nix-dev
mailing list