Results 1 to 8 of 8

Thread: Shared Folders on Xubuntu

  1. #1
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Shared Folders on Xubuntu

    I have installed Xubuntu as a guest in virtualbox under PCBSD.
    I have installed Guest additions on Xubuntu, shared a folder from PCBSD.

    My question is how should I access the shared folders from Xubuntu ?
    Lubuntu 20.04

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shared Folders on Xubuntu

    Have a look at virtualbox instructions for sharing and connecting to shared folders at: http://www.virtualbox.org/manual/ch0...#sharedfolders.

    Manually via:
    Code:
    mount -t vboxsf [-o OPTIONS] sharename mountpoint
    Although I have never tried personally, there is information there on how to mount it automatically as well.

  3. #3
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Re: Shared Folders on Xubuntu

    Code:
    $ sudo mount -t vboxsf Documents /home/tux/Documents/
    /sbin/mount.vboxsf: mounting failed with the error: No such device
    Lubuntu 20.04

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shared Folders on Xubuntu

    It works here for me, but I'm not using PCBSD. Might be an issue with PCBSD?

    Is the vboxsf module loaded in Xubuntu?
    Code:
    lsmod | grep vbox

  5. #5
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Re: Shared Folders on Xubuntu

    Quote Originally Posted by Toz View Post
    It works here for me, but I'm not using PCBSD. Might be an issue with PCBSD?

    Is the vboxsf module loaded in Xubuntu?
    Code:
    lsmod | grep vbox
    No the module is not loaded. I installed guest additions.
    Lubuntu 20.04

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shared Folders on Xubuntu

    Were there any errors when you installed them? (I believe there is a log file created at /var/log/vboxadd-install.log).

    Make sure you've install build-essential and the kernel headers before you start. From a command line:
    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r)

  7. #7
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Re: Shared Folders on Xubuntu

    Code:
    $ cat /var/log/vboxadd-install.log 
    /tmp/vbox.0/Makefile.include.header:94: *** 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.
    Installing......
    Lubuntu 20.04

  8. #8
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Re: Shared Folders on Xubuntu

    After installing build-essential and the kernel headers installed vbox guest additions again & now it mounts.

    Thanks.
    Lubuntu 20.04

Tags for this Thread

Bookmarks

Posting Permissions

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