VMware Fusion: External Partitions Invisible on Ubuntu Server 24.04 (arm64) Virtual Machine on M1 MacBook Pro
VMware Fusion is a popular virtualization software that allows you to run multiple operating systems on a single physical machine. In this article, we will focus on a specific issue that users of M1 MacBook Pro may encounter when using VMware Fusion to run Ubuntu Server 24.04 (arm64) virtual machine.
Issue: External Partitions Invisible on Ubuntu Server 24.04 (arm64) Virtual Machine
When using VMware Fusion on an M1 MacBook Pro to create a virtual machine running Ubuntu Server 24.04 (arm64), users may find that external partitions on their physical machine are not visible within the virtual machine. This issue can be frustrating, especially if you need to access data stored on external partitions from within the virtual machine.
Solution: Proper Configuration of VMware Fusion and Ubuntu Server
To make external partitions visible on Ubuntu Server 24.04 (arm64) virtual machine running on VMware Fusion on an M1 MacBook Pro, you need to properly configure both VMware Fusion and Ubuntu Server. Here are the detailed steps:
Step 1: Configure VMware Fusion
First, you need to ensure that VMware Fusion is properly configured to recognize external partitions. Here are the steps:
- Launch VMware Fusion and select the Ubuntu Server 24.04 (arm64) virtual machine you created.
- Go to
Virtual Machine > Settings > Hardware > USB Controllerand selectUSB 3.0. - Go to
Virtual Machine > Settings > Hardware > Shared Foldersand add the external partitions you want to make visible in the virtual machine.
Step 2: Configure Ubuntu Server
After properly configuring VMware Fusion, you need to configure Ubuntu Server to recognize the shared folders. Here are the steps:
- Start the Ubuntu Server 24.04 (arm64) virtual machine and log in.
- Install the
vmhgfs-fusepackage by running the following command:
sudo apt-get install vmhgfs-fuseBy properly configuring VMware Fusion and Ubuntu Server, you can make external partitions visible on Ubuntu Server 24.04 (arm64) virtual machine running on VMware Fusion on an M1 MacBook Pro. This allows you to access data stored on external partitions from within the virtual machine, which can be very useful in many scenarios.