How to access Ubuntu installed on VirtualBox

Asked 2 years ago, Updated 2 years ago, 81 views

Ubuntu was needed to run quantum computation simulations.
Open the file from Ubuntu terminal and run it.
Files must be migrated from macosx to Ubuntu.
I have a question about the specific means.
I am currently using VirtualBox.
It starts every time and the desktop scale doesn't match (225%) so it's very difficult to do.
Although docker and Parallels Desktop were the most common search results, I would like to hear your opinion.

macos ubuntu virtualbox

2022-09-30 17:48

2 Answers

List the tools that came to your mind.

  • Copy files edited on mac to ubuntu with scp
  • Get files edited on the mac from ubuntu to tftp (you need to set up a tftp server on the mac, and ubuntu also needs a tftp client)
  • Mount ubuntu from mac and edit the file on ubuntu (you will need to install sshfs on mac (probably))
  • Mount ubuntu from mac and edit the file on ubuntu (you must configure an NFS server on ubuntu)
  • Edit remote with VScode on mac (Note VSCode's Remote Development feature is revolutionary -Crieit)


2022-09-30 17:48

With VirtualBox, you can use the shared folder feature to exchange files between host OS and guest OS, but the guest OS must install Guest Additions in advance.

Screen resolution issues should also be able to fine-tune the resolution on the guest OS side by installing Guest Additions above.
(I am not familiar with macOS myself, so I will only introduce relevant information.)

Note:
How to access a shared folder in VirtualBox?- Ask Ubuntu


2022-09-30 17:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.