Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created January 9, 2016 19:33
Show Gist options
  • Save torgeir/8a6ae949794dda8a92d0 to your computer and use it in GitHub Desktop.
Save torgeir/8a6ae949794dda8a92d0 to your computer and use it in GitHub Desktop.
How to mount a cifs share on qnap ts451+
mkdir -p /mnt/shared-folder
/bin/mount -t cifs //hostname/Folder -o username="user",password="pass" /mnt/shared-folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment