-
Notifications
You must be signed in to change notification settings - Fork 2
2.0 Setup SD Card Reader
Manuel edited this page Oct 12, 2020
·
16 revisions
The SD-Card reader is not supported in macos. However with a bit of trickery we can make it work
It takes under 10 Seconds to mount your SD Card.
Status: Works is not polished. See Improvement/todo Section
VMware Fusion Player or Pro Version. The Player is free.
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install sshfs and Fuse:
brew cask install osxfuse
brew install sshfs
Make an mount dir.
sudo mkdir /Volumes/SD-CardReader
Change permission for sudo so you can execute stuff without password see here: https://www.robertshell.com/blog/2016/12/3/use-sudo-command-osx-without-password
Copy the SSH key for the VM into your .ssh folder:
cp Downloads/tiny.key .ssh/