Skip to content

Instantly share code, notes, and snippets.

@iskl
Created June 29, 2013 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iskl/5890388 to your computer and use it in GitHub Desktop.
Save iskl/5890388 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