{"id":1327,"date":"2019-03-19T09:57:37","date_gmt":"2019-03-19T14:57:37","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=1327"},"modified":"2019-03-29T13:12:18","modified_gmt":"2019-03-29T18:12:18","slug":"virtualbox-guest-additions-shared-folders","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/virtualbox-guest-additions-shared-folders\/","title":{"rendered":"Virtualbox Guest Additions Shared Folders"},"content":{"rendered":"\n

This may help someone so I am jotting down an issue I had. On some Linux flavors you may see the Virtualbox Guest additions shared folders not auto mounting on your desktop. I have seen this before but recently this was on Linux Lite for me. <\/p>\n\n\n\n

The issue is that systemd is not starting the vbox-service. I am not sure if this is the best fix but for now I removed systemd-timesyncd.service from the Conflicts section in the unit file as shown below.<\/p>\n\n\n\n

Also note that I completely purged the v5.x guest additions that came standard and installed v6 from the guest additions ISO.<\/p>\n\n\n

\n# pwd\n\/lib\/systemd\/system\n# diff vboxadd-service.service \/tmp\/vboxadd-service.service \n6c6\n< Conflicts=shutdown.target\n---\n> Conflicts=shutdown.target systemd-timesyncd.service\n<\/pre><\/div>\n\n\n

Update 3\/29\/19:<\/strong><\/p>\n\n\n\n

Above option means the unit file change will be reversed when you update the guest additions. So another option for now is to disable systemd-timesyncd.service. Not sure if that breaks the guests time sync but sounds like virtualbox guest additions sync time with the host anyhow.<\/p>\n\n\n

\n#\u00a0systemctl disable systemd-timesyncd.service\nRemoved \/etc\/systemd\/system\/sysinit.target.wants\/systemd-timesyncd.service.\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"

This may help someone so I am jotting down an issue I had. On some Linux flavors you may see<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1327","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=1327"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1327\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=1327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=1327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=1327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}