Find the answer to your Linux question:
Results 1 to 9 of 9
Hi guyz, I have installed Fedora 13 as a guest OS in virtualbox, on a windows host. I need to share files between host and the guest. Virtualbox provides a ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    17

    virtualbox shared folder access

    Hi guyz,

    I have installed Fedora 13 as a guest OS in virtualbox, on a windows host. I need to share files between host and the guest. Virtualbox provides a shared folders feature for this purpose. But before using shared folders, Virtualbox Guest Additions has to be installed in guest machine. I am stuck at this step.

    While installing the Guest Additions, I get this message
    Code:
    Building the VirtualBox Guest Additions kernel modules     [FAILED]
    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.  Once you have corrected it, you can
    run
    
      /etc/init.d/vboxadd setup
    
    to build them.
    Doing non-kernel setup of the Guest Additions              [  OK  ]
    Looking at the file /var/log/vboxadd-install.log, here is the error message
    Code:
    Makefile:23: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again..  Stop.
    Creating user for the Guest Additions.
    Creating udev rule for the Guest Additions kernel module.
    How can I remove this error. I have these packages already installed (all of same version)
    kernel
    kernel-devel
    kernel-headers
    Last edited by ahaider7; 10-01-2010 at 03:48 AM.

  2. #2
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309
    I m not sure your kernel is kernel-PAE OR NOT you also try after installing kernel-PAE-devel-2.6.34.7-56.fc13.i686 .

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    17
    Quote Originally Posted by ved View Post
    I m not sure your kernel is kernel-PAE OR NOT you also try after installing kernel-PAE-devel-2.6.34.7-56.fc13.i686 .
    Executing the command
    Code:
    rpm -qa | grep kernel
    gives:
    Code:
    abrt-addon-kerneloops-1.1.13-2.fc13.i686
    kernel-2.6.34.7-56.fc13.i686
    kernel-devel-2.6.34.7-56.fc13.i686
    kernel-PAE-2.6.33.3-85.fc13.i686
    kernel-headers-2.6.34.7-56.fc13.i686
    kernel-PAE-2.6.34.7-56.fc13.i686
    I shall now try after installing PAE-devel package.

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Posts
    17
    First step is completed successfully. Installing kernel-PAE-devel does the job. Guest Additions is successfully installed.

    But there are still some problems ahead . Next step is mounting the shared folder in linux host. I tried the command
    Code:
    mount -t vboxsf share /mnt/win
    but it results in
    Code:
    /sbin/mount.vboxsf: mounting failed with the error: Protocol error
    Any Idea whats going on?

  5. #5
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309
    Now i m not using VB but it may be help read this
    HTML Code:
    http://www.giannistsakiris.com/index.php/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/

  6. #6
    Just Joined!
    Join Date
    Nov 2008
    Posts
    17
    Quote Originally Posted by ved View Post
    Now i m not using VB but it may be help read this
    HTML Code:
    http://www.giannistsakiris.com/index.php/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/
    Thank you very much. Thats a good guide.

  7. #7
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309

    Smile

    did you able to sheared your file with window or not ?

  8. #8
    Just Joined!
    Join Date
    Nov 2008
    Posts
    17
    Yes, I was able to do that . It works great

  9. #9
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309

    Smile

    ok enjoy the linux

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...