Skip to content

Instantly share code, notes, and snippets.

@nachoaguirre
Created May 21, 2021 09:30
Show Gist options
  • Save nachoaguirre/0c3a8c495034866c8cbdd8cceeb7cd56 to your computer and use it in GitHub Desktop.
Save nachoaguirre/0c3a8c495034866c8cbdd8cceeb7cd56 to your computer and use it in GitHub Desktop.
montar partición Linux raspbian en macos
diskutil list
sudo mkdir /Volumes/rpi
sudo ext4fuse /dev/disk4s2 /Volumes/rpi -o allow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment