Shared folders (Linux guest OS)
Posted: 30. Nov 2012, 20:35
Hello everyone,
I just installed VirtualBox (Xubuntu Xfce 4 running on host OS WIndows XP SP3) in order to be able to run the software FreeSurfer. I would like to have access, from within my VirtualBox, to my computer's hard drive. This seems like an extremely complicated process for someone who's only used Windows so far, and I apologise in advance if this question has been asked before, but after following the steps from the documentation (as well as after following some existing forum threads), I cannot get this seemingly basic functionality to work, which is very frustrating indeed.
In short, I have added my whole hard-drive as a shared folder from the properties of the virtual machine, and then tried mounting it with the command
This gives a "only root can do that" error, so i tried installing guest additions using
however I get:
The log file contains a lot of text which I cannot seem to be able to paste in here.
Any help would be really appreciated!
I just installed VirtualBox (Xubuntu Xfce 4 running on host OS WIndows XP SP3) in order to be able to run the software FreeSurfer. I would like to have access, from within my VirtualBox, to my computer's hard drive. This seems like an extremely complicated process for someone who's only used Windows so far, and I apologise in advance if this question has been asked before, but after following the steps from the documentation (as well as after following some existing forum threads), I cannot get this seemingly basic functionality to work, which is very frustrating indeed.
In short, I have added my whole hard-drive as a shared folder from the properties of the virtual machine, and then tried mounting it with the command
Code: Select all
mount -t vboxsf dell /mnt/shareCode: Select all
sh /etc/init.d/vboxadd setupCode: Select all
Building the VirtualBox Guest Additions kernel modules/etc/init.d/vboxadd: 480: cannot create /var/log/vboxadd-install.log: Permission denied
...fail!
(Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong)Any help would be really appreciated!