VBox shared folders not mounted after Upgrade to Ubuntu 18 LTS

7,923

Seems guest additions might not match your VBox/Ubuntu version (As I upgraded to 18 LTS those were not updated)

I managed to solve by installing guest additions (Device--> Insert Guest Additions CD)

when installation started .. it removed old version and installed current version for my VBox.

That my user (osboxes) has no default access to shared volumes can be solved by adding the user to shared folders group:

sudo adduser myuser vboxsf

Important Note:

@Itay and I also observed this solves shared clipboard issues, as after upgrade Ubuntu to 18 LTS and updating guest additions bidirectional clipboard worked correctly even it didnt wotk on previous versions.

Share:
7,923

Related videos on Youtube

Mohammad Kanan
Author by

Mohammad Kanan

C++ and Qt since 2008, Interested in Telecom protocols. B.E Electronics & Communications Engineering / NITK India MBA, business administration / AlQuds University - Institute of Business and Economics +970599207007 [email protected]

Updated on September 18, 2022

Comments

  • Mohammad Kanan
    Mohammad Kanan over 1 year

    I recently upgraded to Ubuntu 18 LTS, after that I can't see shared folders content as they are not mounted under /media ... I tried to restart service with :

    sudo systemctl restart vboxadd-service.service
    

    But with journalctl -ex , I observed following error:

    could not run /usr/sbin/VBoxService

    I don't know why I get such error? and how to correct mounting share folders?

  • Itay
    Itay over 5 years
    Thanks! Two comments: this also solves the clipboard sharing problem after the update, and I had to restart after adding permissions to myuser.
  • Mohammad Kanan
    Mohammad Kanan over 5 years
    @Itay Exactly, yes shared clipboard worked for me only after that .. never worked before!
  • user2342558
    user2342558 almost 5 years
    It works, that command must be done on the host.