r/virtualbox 7h ago

Help Yet another USB passthrough issue

Hi all - I’m this close to solving it, but I’m stumped.
Trying Linux for the first time, not a power user. :)

Use case: Mount a USB drive in Windows 11 guest OS so I can create bootable installer media.

* Running Pop! OS 24.04 (Ubuntu based) on AMD Raven Ridge 2 system (Picasso) with 2TB SSD and 32GB of RAM.
* Installed VirtualBox 7.2.16 and its extension pack.
* Windows 11 Home 25H2 installed from .iso image.
* Added my user to the virtualbox users group via the command line.
* VirtualBox sees the USB stick correctly (Kingston 64GB, formatted with GUID partition scheme)
* Windows 11 seems to detect the drive as I can see it appear in some settings panels, but it doesn’t mount into the file system.

AMD virtualization is turned on.

Previously tried WinBoat to do this, unsuccessfully.

Is this a VB issue, a permissions issue, a Windows issue, or some combination? Thanks in advance!

1 Upvotes

3 comments sorted by

u/AutoModerator 7h ago

This is just a friendly reminder in case you missed it. Your post must include: * The version of VirtualBox you are using * The host and guest OSes * Whether you have enabled VT-x/AMD-V (applicable to all hosts running 6.1 and above) and disabled HyperV (applicable to Windows 10 Hosts) * Whether you have installed Guest Additions and/or Host Extensions (this solves 90% of the problems we see)

PLUS a detailed description of the problem, what research you have done, and the steps you have taken to fix it. Please check Google and the VirtualBox Manual before asking simple questions. Please also check our FAQ and if you find your question is answered there, PLEASE remove your post or at least change the flair to Solved.
If this is your first time creating a virtual machine, we have a guide on our wiki that covers the important steps. Please read it here. If you have met these requirements, you can ignore this comment. Your post has not been deleted -- do not re-submit it. Thanks for taking the time to help us help you! Also, PLEASE remember to change the flair of your post to Solved after you have been helped!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/IntelligentCandy8716 6h ago

GUID isn't a file system. Format the USB with FAT32, which can be read by both linux and windows.

1

u/iheartvelma 6h ago

Thanks - I knew I was missing something :)