I have a manjaro/arch virtual machine running in virtualbox with a windows 10 host. I have configured the shared folder I want to share in virtualbox as c:\tfs with the name tfs but it doesn't show up in the linux vm anywhere. I am able to mount it manually, but it won't auto-mount. I created the /media and /media/tfs folder in the VM, since it did not exist, and now the following command successfully manually mounts my folder sudo mount -t vboxsf tfs /media/tfs. How do I get the automount to work as intended without resorting to editing /etc/fstab?
How does one configure shared folders to automount for arch/manjaro linux VM in virtualbox?
4.4k Views Asked by Brandon Culley At
1
There are 1 best solutions below
Related Questions in VIRTUALBOX
- How do I fix VERR_INVALID_HANDLE (0X80004005) Error in VirtualBox?
- Seeking for the the method for adding the DL (data register) value to DX register
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- Trouble Connecting USB Wireless Adapter via Bridged Adapter in VirtualBox for Kali Linux
- Behavior of the adress 0x7e00 in different sectors and their alternatives
- Assembly language adding two numbers code error issue
- No BIOS output from sector 1
- Building VirtualBox With Emscripten throws error: 'kmk: *** Exiting with status 2 emmake: error: 'kmk -p all' failed (returned 2)'
- Error when molecule through vagrant start VM in vbox (Windows, WSL2)
- Flask app in my Host machine connecting to an MySQL in a docker in a VM
- Bootloader are really in sector 0?
- Process finished with exit code 132 (interrupted by signal 4:SIGILL)
- NodePort Service not accepting connections : Error: connect ECONNREFUSED
- run adb from virtualbox with win11 host
- VirtualBox ErrorVkPhysicalDevice does not support GetPhysicalDeviceCalibrateableTimeDomainsKHR
Related Questions in SHARED-DIRECTORY
- Access image folder from Laravel Project A to Laravel B, C, D etc
- How to quickly scan two Google drive folders and copy any missing files from a source folder to the target folder?
- Is there a way to grant access to a shared directory on network for kiosk users?
- Cannot Access Windows Shared Folder with IP but can using hostname
- "[Errno 2] No such file or directory: b'net'" when trying to use Ansible localhost to connect to a Windows share folder
- Get-Childitem using shared folders
- Robocopy to Shared Drive of Google Drive with G: Disk in Windows 10
- How to read and parse CSV files on a remote server instead of doing it on ansible machine/localhost?
- Folders created with Python code from 2 Colab accounts in one Google Drive shared folder in a small time period unexpectedly have the same names
- How to avoid race condition when updating a network drive file referenced by many Python 2.7 processes running on different servers?
- VB.Net Different Domain Path Access
- Accessing a shared directory from my android app
- "Argument path does not exist or is not accessible" when trying to find a file in share folder
- Accessing Network Share Folders in Flutter
- Reading spatial data from mapped network drive
Related Questions in AUTOMOUNT
- Map network drive with run-command
- Raspberry Pi OS 64 bit not detecting USB drive at boot
- mount error(126): Required key not available autofs with CIFS & Kerberos using autofs on RedHat based systems
- why is one ubuntu 22.04 usb stick mount-point /media/user/writable while another stick mounts at /media/user/<UUID> (some 128-bit hex)
- Usbmount won't automatically unmount device
- ubuntu 20.10 no automount of usb devices
- Cannot access autospawn lock Debian
- How to ensure the dnsmaq log network share location exists before the dnsmasq service starts up?
- why do we need to add a nfs principal for the client mounting the NFS?
- PowerShell Script | Remove auto-map for single user on many mailboxes
- Auto mounting USB on a yocto linux embedded project with udev
- Automount a NAS to Raspberry Pi Running Raspbian on Reboot
- (auto-)mount (usb-)drives through udisk2 dbus api from python
- Intermittent failure executing on USB insert with auto-mount on Raspberry Pi
- Is it possible to automount drive using wsl --mount after restart?
Related Questions in MANJARO
- fatal: not a git repository: libbcc.git
- DisplayLink Driver Issue on Manjaro
- Why running TickTick (windows) running in Linux using Wine causes "CreateDbFailed "
- Setting the resolution of QTile as a wayland compositor
- How do I fix a javascript file not found error on Windows 10 while I am certain it works on Manjaro Linux?
- pgAdmin4 can't connect to local pgsql
- How to change the version of wine that grapejuice uses
- Cannot set chrome excutable on manajaro 23.1.1
- Error in initializing Postgres in Manjaro Linux system
- Error "undefined reference to" when building package seafile-client on manjaro
- Trouble installing nodejs in pacman
- Dart code doesn't run in vs code with this error: Setting VM flags failed: Unrecognized flags: enable-asserts
- Minishift Start Failure: Error - Timed Out Waiting for the Condition
- Graphic tablet DEXP Leggero-M(GT-M101) does not work properly on Linux Manjaro
- libimagequant.so.0: cannot open shared object file: No such file or directory
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It turns out that a few more steps are needed to configure the automount for shared folders of virtualbox. This tiny forum post was the key. You need to enable and start the virtualbox service
vboxservice.serviceinstalled with the guest utils.First ensure you have a folder
/media, this is where it will try to mount your shared foldersEnsure that the guest utils are installed with
sudo pacman -Q virtualbox-guest-utilsEnable service with
sudo systemctl enable vboxservice.serviceStart service with
sudo systemctl start vboxservice.serviceReboot, I tried just logging out but reboot was necessary for me to start the service
Verify that your folder is now automounted in
/mediawithsf_prefix, mine is/media/sf_tfsp.s. I also ran this command based on another post to add my username to the vboxsf group, although I'm not sure whether this one was necessary or not.
sudo usermod -aG vboxsf brandon