Skip to content

Instantly share code, notes, and snippets.

@MartinAhrer
Created April 28, 2017 06:40
Show Gist options
  • Save MartinAhrer/fd370ee2dc35bc2d81cc1c90a6411de2 to your computer and use it in GitHub Desktop.
Save MartinAhrer/fd370ee2dc35bc2d81cc1c90a6411de2 to your computer and use it in GitHub Desktop.
Find mount path for remote disk
mount | grep "samoa._smb._tcp.local/Disk" | awk '{print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment