Skip to content

Instantly share code, notes, and snippets.

@kodavn
Forked from iskl/mount_nas
Created September 3, 2020 09:51
Show Gist options
  • Save kodavn/ce90b8c08e68187e7d9e4af20145b83b to your computer and use it in GitHub Desktop.
Save kodavn/ce90b8c08e68187e7d9e4af20145b83b to your computer and use it in GitHub Desktop.
mount GoFlex Home to Raspberry Pi
sudo mount -t cifs -o rw,soft,rsize=8192,wsize=8192,username=[username],password=[password] "//[nasip]/GoFlex Home Public/" /media/Public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment