Skip to content

Instantly share code, notes, and snippets.

@mgttt
Last active July 17, 2016 14:43
Show Gist options
  • Save mgttt/ab74871edad189c14607c8337d4ce170 to your computer and use it in GitHub Desktop.
Save mgttt/ab74871edad189c14607c8337d4ce170 to your computer and use it in GitHub Desktop.
#mount smb
mount -t smbfs //$usre:$pass@$VM_NAME/$folder $mount_point
#mount ntfs rw
sudo mount -t rw,nobrowse /dev/disk2s1 ~/mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment