Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1070  / 3 Years ago, mon, june 7, 2021, 4:13:16

I'm running macOS 11.2.1 on a Mini M1 with one internal and two external drives. Using multipass 1.8.1+mac to create an Ubuntu 20.04.3 LTS instance in terminal. Once in terminal, I can find the 3rd party software I installed while in the shell. However, when I want to find some of the files I see in Ubuntu on the Mac drive, I cannot find them. I clearly don't understand the relationship between the file system in the ubuntu shell and the Mac File system. As an example, this is from Ubuntu


ubuntu@primary:~$ ls
Home findtestfile.txt mycroft-core snap var

I even created a txt file so I would have something easy to search on, but these files and folders are not together anywhere on the Mac system using Finder (and showing hidden files). Where are they? Help!


More From » filesystem

 Answers
1

Correct, they're not in your Mac filesystem.


Multipass controls Virtual Machines. Your Ubuntu data and applications are on the Ubuntu VM virtual hard drive. The entire virtual hard drive is usually stored as a single file on your Mac filesystem.


That single file is generally NOT readable by the Finder -- it's readable only by the VM application (multipass/hyperkit or multipass/virtualbox).


[#911] Monday, June 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atetamme

Total Points: 11
Total Questions: 121
Total Answers: 109

Location: Puerto Rico
Member since Sun, Jun 27, 2021
3 Years ago
;