Skip to content

Instantly share code, notes, and snippets.

@avrahamappel
Created March 28, 2023 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avrahamappel/9dbc2c86e89e80ef9a5383dfbdf2030c to your computer and use it in GitHub Desktop.
Save avrahamappel/9dbc2c86e89e80ef9a5383dfbdf2030c to your computer and use it in GitHub Desktop.
Manually mounting FAT32 drive on MacOS Ventura
This is where I mounted my FAT32 USB drive on MacOS Ventura when it didn't want to automatically.
Had to run this command:
```
sudo mount -t msdos <device> ~/fat_mount
```
<device> is obtainable by running
```
diskutil list
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment