On Wed, 18 Jan 2017 10:16:04 +0000 (UTC), you wrote:

> Hi, To install Neurodebian Virtual Machine, I followed the
> steps in the video by Alexander L. Cohen
> https://www.youtube.com/results?search_query=neurodebain , I
> am using windows7 64 bit with the VirtualBox-5.0.16-105871-
> Win. When I run the neurodebian VM my shared folder does not
> appear in the Home directory but in filesystem>media.
> 
> How can I move the shared folder to the Home directory ?

I can think of two solutions:
1) Make a symlink (with ln -s ...) in your home directory
   to the mountpoint
2) Do not use automatic mounting as provided by vbox, but
   use mount -t vboxsf  ... to mount it whereever you want
   That could be automated by adding an entry in 
   /etc/fstab of the Linux guest
   https://www.virtualbox.org/manual/ch04.html#sf_mount_manual

(untested)

> cheers.

HTH

-- 
Regards,
Kees Nuyt

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to