<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>File Transfer on Michael’s Domain</title><link>https://jeltsch.org/en/tags/file-transfer/</link><description>Recent content in File Transfer on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/file-transfer/index.xml" rel="self" type="application/rss+xml"/><item><title>Accessing shared folders in VirtualBox (Linux guest)</title><link>https://jeltsch.org/en/accessing_shared_folders_in_virtualbox_linux_guest/</link><pubDate>Fri, 28 Jul 2017 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/accessing_shared_folders_in_virtualbox_linux_guest/</guid><description>&lt;p&gt;Transferring files from the host to the guest OS and vice-versa doesn&amp;rsquo;t work out-of-the-box when you install 
 &lt;a href="https://www.virtualbox.org/" target="_blank" rel="noopener noreferrer nofollow"&gt;VirtualBox&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 from the Ubuntu repositories and download an Ubuntu VirtualBox image (e.g. from 
 &lt;a href="http://www.osboxes.org/virtualbox-images%29" target="_blank" rel="noopener noreferrer nofollow"&gt;http://www.osboxes.org/virtualbox-images)&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. After installing the guest additions, drag-and-drop didn&amp;rsquo;t seem to work for me and I needed to set up a &amp;ldquo;Shared Folder&amp;rdquo;. After setting it up via the GUI, it doesn&amp;rsquo;t automatically appear on the guest desktop. You need to mount it:&lt;code&gt;sudo mount -t vboxsf name(as_specified_via_VirtualBox_GUI) ~/mount_point_in_the_guest_OS/&lt;/code&gt;There are obviously many other ways how to achieve this (e.g. via Samba or sftp or sshfs)…&lt;/p&gt;</description></item></channel></rss>